diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-01-04 21:06:57 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-01-04 21:06:57 (GMT) |
commit | bea1c70144e4de97312e9d04dd4c90e549f79f2e (patch) | |
tree | e8f76f2beecf97d1357fec302f72f455dd211edf /Misc | |
parent | ca516d21abf7d5c8857868744a58e6de85f4f103 (diff) | |
download | cpython-bea1c70144e4de97312e9d04dd4c90e549f79f2e.zip cpython-bea1c70144e4de97312e9d04dd4c90e549f79f2e.tar.gz cpython-bea1c70144e4de97312e9d04dd4c90e549f79f2e.tar.bz2 |
Bug #1566280: Explicitly invoke threading._shutdown from Py_Main,
to avoid relying on atexit.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.5.1c1? 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 |