mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
2db64823c2
multiprocessing.Process.is_alive() now removes the process from the _children set if the process completed. The change prevents leaking "dangling" processes.