diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2012-06-18 14:54:57 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2012-06-18 14:54:57 (GMT) |
commit | f29ec4b0c89bbb3a4ee4549b3b4a8535d040833f (patch) | |
tree | e2efb6db5faad4bcefdcadccdff75565d6e4db55 /Misc | |
parent | da7a6e7da09f980f92559735079dc3f35cbe1ded (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |