mirror of
https://github.com/python/cpython.git
synced 2026-05-15 08:59:27 -04:00
cbe1756e3e
* bpo-31310: multiprocessing's semaphore tracker should be launched again if crashed * Avoid mucking with process state in test. Add a warning if the semaphore process died, as semaphores may then be leaked. * Add NEWS entry