]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
authorRichard Oudkerk <shibturn@gmail.com>
Wed, 17 Apr 2013 18:15:52 +0000 (19:15 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Wed, 17 Apr 2013 18:15:52 +0000 (19:15 +0100)
commit7bdd93c20e2751420a4a51d019f6887e972d783e
tree2a15b9f20b207ee1747e4c1364534e5e12e9d751
parent90f8b23be293712447a67f41b58e19cd7b803ad5
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
registry does not grow exponentially with generation of process.
Lib/multiprocessing/util.py
Lib/test/test_multiprocessing.py
Misc/NEWS