[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.108, 1.1193.2.109

mwh@users.sourceforge.net mwh at users.sourceforge.net
Fri Sep 23 10:14:43 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7459/Misc

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Backport bugfix:

Fix bug: 

[ 1163563 ] Sub threads execute in restricted mode 

basically by fixing bug 1010677 in a non-broken way. 

Backport candidate. 



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.108
retrieving revision 1.1193.2.109
diff -u -d -r1.1193.2.108 -r1.1193.2.109
--- NEWS	23 Sep 2005 03:56:00 -0000	1.1193.2.108
+++ NEWS	23 Sep 2005 08:14:39 -0000	1.1193.2.109
@@ -40,6 +40,12 @@
 Core and builtins
 -----------------
 
+- SF bug #1163563: the original fix for bug #1010677 ("thread Module
+  Breaks PyGILState_Ensure()") broke badly in the case of multiple
+  interpreter states; back out that fix and do a better job (see
+  http://mail.python.org/pipermail/python-dev/2005-June/054258.html
+  for a longer write-up of the problem).
+
 - On 64-bit platforms, when __len__() returns a value that cannot be
   represented as a C int, raise OverflowError.
 



More information about the Python-checkins mailing list