mirror of https://github.com/python/cpython
Add a NEWS entry for r59231
This commit is contained in:
parent
3971f6b8fb
commit
be49a90eb3
|
@ -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``
|
||||
|
|
Loading…
Reference in New Issue