summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2007-11-30 20:37:22 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2007-11-30 20:37:22 (GMT)
commitbe49a90eb3c54bd29a8bf3da5875db26d2fa2924 (patch)
treec1c7462875a332f89c48cb8baf81e455917cd639 /Misc
parent3971f6b8fb22e67d7f4bec2df25aae285919ceba (diff)
downloadcpython-be49a90eb3c54bd29a8bf3da5875db26d2fa2924.zip
cpython-be49a90eb3c54bd29a8bf3da5875db26d2fa2924.tar.gz
cpython-be49a90eb3c54bd29a8bf3da5875db26d2fa2924.tar.bz2
Add a NEWS entry for r59231
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6af34e1..05b7491 100644
--- 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``