]> granicus.if.org Git - python/commit
Issue #20526, #19466: Revert changes of issue #19466 which introduces a
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 13 Feb 2014 11:48:54 +0000 (12:48 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 13 Feb 2014 11:48:54 +0000 (12:48 +0100)
commit15054c16c8a562bd06fde2369012530fa2cda0a1
tree6d5bfdfa5590d326004d9e3113adbea62379facf
parente755fba2d11bc9ceb88d6bad176763b65a1524d3
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.
Lib/test/test_threading.py
Misc/NEWS
Python/pythonrun.c