From: Amaury Forgeot d'Arc Date: Fri, 30 Nov 2007 20:37:22 +0000 (+0000) Subject: Add a NEWS entry for r59231 X-Git-Tag: v2.6a1~979 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be49a90eb3c54bd29a8bf3da5875db26d2fa2924;p=python Add a NEWS entry for r59231 --- diff --git a/Misc/NEWS b/Misc/NEWS index 6af34e1305..05b7491476 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``