diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2012-06-18 15:02:49 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2012-06-18 15:02:49 (GMT) |
commit | 0f884273b0319272ca32d529af5c761d6dfa8a34 (patch) | |
tree | 9b7bbe899c3ea721a8666dc74bbcac859e43d409 /Misc | |
parent | 13758848912933b99acb59261184a70fa6c7a5b4 (diff) | |
parent | f29ec4b0c89bbb3a4ee4549b3b4a8535d040833f (diff) | |
download | cpython-0f884273b0319272ca32d529af5c761d6dfa8a34.zip cpython-0f884273b0319272ca32d529af5c761d6dfa8a34.tar.gz cpython-0f884273b0319272ca32d529af5c761d6dfa8a34.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
@@ -29,6 +29,8 @@ Core and Builtins Library ------- +- Issue #15101: Make pool finalizer avoid joining current thread. + - Issue #14657: The frozen instance of importlib used for bootstrap is now also the module imported as importlib._bootstrap. |