summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-02-13 11:48:54 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-02-13 11:48:54 (GMT)
commit15054c16c8a562bd06fde2369012530fa2cda0a1 (patch)
tree6d5bfdfa5590d326004d9e3113adbea62379facf /Misc
parente755fba2d11bc9ceb88d6bad176763b65a1524d3 (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1eb509e..f44551a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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