Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which
commit49073f1964679eee0133e59dc421993e00772e91
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 20 Oct 2009 21:29:37 +0000 (20 21:29 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 20 Oct 2009 21:29:37 +0000 (20 21:29 +0000)
tree4cd981720e453ff9478c92ee9839c39227f6a5dc
parent0eb0bf7e400d6856e3496cc869a0bd9afe2f600b
Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which
fixes the problem of some exceptions being thrown at shutdown when the
interpreter is killed. Patch by Adam Olsen.

git-svn-id: http://svn.python.org/projects/python/trunk@75570 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_threading.py
Misc/ACKS
Misc/NEWS
Modules/main.c
Python/pythonrun.c