summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2012-06-18 14:54:57 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2012-06-18 14:54:57 (GMT)
commitf29ec4b0c89bbb3a4ee4549b3b4a8535d040833f (patch)
treee2efb6db5faad4bcefdcadccdff75565d6e4db55 /Misc
parentda7a6e7da09f980f92559735079dc3f35cbe1ded (diff)
downloadcpython-f29ec4b0c89bbb3a4ee4549b3b4a8535d040833f.zip
cpython-f29ec4b0c89bbb3a4ee4549b3b4a8535d040833f.tar.gz
cpython-f29ec4b0c89bbb3a4ee4549b3b4a8535d040833f.tar.bz2
Issue #15101: Make pool finalizer avoid joining current thread.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 02064c0..5c1e81a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,8 @@ Core and Builtins
Library
-------
+- Issue #15101: Make pool finalizer avoid joining current thread.
+
- Issue #15036: Mailbox no longer throws an error if a flush is done
between operations when removing or changing multiple items in mbox,
MMDF, or Babyl mailboxes.