]> granicus.if.org Git - python/commitdiff
Add a NEWS entry for r59231
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 30 Nov 2007 20:37:22 +0000 (20:37 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 30 Nov 2007 20:37:22 +0000 (20:37 +0000)
Misc/NEWS

index 6af34e13056e7f7ce15a5adef0b29c7250876aee..05b7491476bd5bd1101957e1dbee95a728f79f6b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@ What's New in Python 2.6 alpha 1?
 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``