]> 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 19:58:00 +0000 (20:58 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Wed, 17 Apr 2013 19:58:00 +0000 (20:58 +0100)
commit409c31390f839debb2f05cef691e8b59e52bd524
tree49a505458425a31be4c08e22c38c8c56c17d8992
parentb38897fc91c7f4b80bc2025ade219674d7b78bf3
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