diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2013-04-17 20:09:38 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2013-04-17 20:09:38 (GMT) |
commit | b147f60a3840e59ded58a7cb4a9db1305743302a (patch) | |
tree | 84a083db6ad5956e653182722a2e7d4a69bf4eb8 /Misc | |
parent | c149902175801a448dea3b8c2fa3f496116ce311 (diff) | |
parent | 409c31390f839debb2f05cef691e8b59e52bd524 (diff) | |
download | cpython-b147f60a3840e59ded58a7cb4a9db1305743302a.zip cpython-b147f60a3840e59ded58a7cb4a9db1305743302a.tar.gz cpython-b147f60a3840e59ded58a7cb4a9db1305743302a.tar.bz2 |
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
registry does not grow exponentially with generation of process.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,6 +42,9 @@ Core and Builtins Library ------- +- Issue #17555: Fix ForkAwareThreadLock so that size of after fork + registry does not grow exponentially with generation of process. + - Issue #17707: multiprocessing.Queue's get() method does not block for short timeouts. |