]> granicus.if.org Git - python/commit
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
authorRichard Oudkerk <shibturn@gmail.com>
Wed, 17 Apr 2013 20:09:38 +0000 (21:09 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Wed, 17 Apr 2013 20:09:38 +0000 (21:09 +0100)
commitb147f60a3840e59ded58a7cb4a9db1305743302a
tree84a083db6ad5956e653182722a2e7d4a69bf4eb8
parentc149902175801a448dea3b8c2fa3f496116ce311
parent409c31390f839debb2f05cef691e8b59e52bd524
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
registry does not grow exponentially with generation of process.
Lib/test/test_multiprocessing.py
Misc/NEWS