[Python-checkins] r59240 - python/trunk/Misc/NEWS

amaury.forgeotdarc python-checkins at python.org
Fri Nov 30 21:37:23 CET 2007


Author: amaury.forgeotdarc
Date: Fri Nov 30 21:37:22 2007
New Revision: 59240

Modified:
   python/trunk/Misc/NEWS
Log:
Add a NEWS entry for r59231


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Fri Nov 30 21:37:22 2007
@@ -12,6 +12,10 @@
 Core and builtins
 -----------------
 
+- Issue #1402: Fix a crash on exit, when another thread is still running, and
+  if the deallocation of its frames somehow calls the PyGILState_Ensure() /
+  PyGILState_Release() functions.
+
 - Expose the Py_Py3kWarningFlag as sys.py3kwarning.
 
 - Issue #1445: Fix a SystemError when accessing the ``cell_contents`` 


More information about the Python-checkins mailing list