summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-01-04 21:06:57 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-01-04 21:06:57 (GMT)
commitbea1c70144e4de97312e9d04dd4c90e549f79f2e (patch)
treee8f76f2beecf97d1357fec302f72f455dd211edf /Misc
parentca516d21abf7d5c8857868744a58e6de85f4f103 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aab3e43..74af3e4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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