commit | efb60c0ceba425dc2bc602f615a75271f264e0a2 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 20 21:29:37 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 20 21:29:37 2009 +0000 |
tree | 2adfe37ac6041184dc938525187e90b47fb4335d | |
parent | a7a52ab7ee58be0afca3a7763fffc928dcf5459d [diff] |
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.