]> granicus.if.org Git - python/commit
bpo-36668: FIX reuse semaphore tracker for child processes (#5172)
authorThomas Moreau <thomas.moreau.2010@gmail.com>
Wed, 24 Apr 2019 19:45:52 +0000 (21:45 +0200)
committerAntoine Pitrou <antoine@python.org>
Wed, 24 Apr 2019 19:45:52 +0000 (21:45 +0200)
commit004b93ea8947bcbe85b6fa16fe0999bfa712d5c1
treef878d3c76b355822e4f88bc92f55a6511bd9dd4f
parent09d434caa2c01477ea2ccc3e9b88e9faa0107c61
bpo-36668: FIX reuse semaphore tracker for child processes (#5172)

Fix the multiprocessing.semaphore_tracker so it is reused by child processes.
Lib/multiprocessing/semaphore_tracker.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2018-04-06-11-06-23.bpo-31310.eq9ky0.rst [new file with mode: 0644]