]> granicus.if.org Git - python/commit
Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 20 Oct 2009 21:29:37 +0000 (21:29 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 20 Oct 2009 21:29:37 +0000 (21:29 +0000)
commitefb60c0ceba425dc2bc602f615a75271f264e0a2
tree2adfe37ac6041184dc938525187e90b47fb4335d
parenta7a52ab7ee58be0afca3a7763fffc928dcf5459d
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.
Lib/test/test_threading.py
Misc/ACKS
Misc/NEWS
Modules/main.c
Python/pythonrun.c