diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-02-13 11:48:54 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-02-13 11:48:54 (GMT) |
commit | 15054c16c8a562bd06fde2369012530fa2cda0a1 (patch) | |
tree | 6d5bfdfa5590d326004d9e3113adbea62379facf /Misc | |
parent | e755fba2d11bc9ceb88d6bad176763b65a1524d3 (diff) | |
download | cpython-15054c16c8a562bd06fde2369012530fa2cda0a1.zip cpython-15054c16c8a562bd06fde2369012530fa2cda0a1.tar.gz cpython-15054c16c8a562bd06fde2369012530fa2cda0a1.tar.bz2 |
Issue #20526, #19466: Revert changes of issue #19466 which introduces a
regression: don't clear anymore the state of Python threads early during the
Python shutdown.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ Release date: 2014-02-23 Core and Builtins ----------------- +- Issue #20526: Revert changes of issue #19466 which introduces a regression: + don't clear anymore the state of Python threads early during the Python + shutdown. + - Issue #20595: Make getargs.c C89 compliant. Library |