commit | bea1c70144e4de97312e9d04dd4c90e549f79f2e | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Jan 04 21:06:57 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Jan 04 21:06:57 2007 +0000 |
tree | e8f76f2beecf97d1357fec302f72f455dd211edf | |
parent | ca516d21abf7d5c8857868744a58e6de85f4f103 [diff] [blame] |
Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, to avoid relying on atexit.
diff --git a/Misc/NEWS b/Misc/NEWS index aab3e43..74af3e4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and builtins ----------------- +- Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, + to avoid relying on atexit. + - Bug #1590891: random.randrange don't return correct value for big number - Bug #1456209: In some obscure cases it was possible for a class with a