cpython/Lib/multiprocessing
Victor Stinner b65cb8a356 bpo-31019: Fix multiprocessing.Process.is_alive() (#2875) (#2882)
multiprocessing.Process.is_alive() now removes the process from the
_children set if the process completed.

The change prevents leaking "dangling" processes.
(cherry picked from commit 2db64823c2)
2017-07-26 17:54:42 +02:00
..
dummy
__init__.py
connection.py
forking.py bpo-26434: Fix multiprocessing grandchilds in a Windows service (GH-1167) 2017-05-18 19:40:16 -05:00
heap.py
managers.py
pool.py bpo-29861: release references to multiprocessing Pool tasks (#743) (#803) 2017-03-24 16:03:46 +01:00
process.py bpo-31019: Fix multiprocessing.Process.is_alive() (#2875) (#2882) 2017-07-26 17:54:42 +02:00
queues.py [3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) (#2881) (#2883) 2017-07-26 17:52:36 +02:00
reduction.py
sharedctypes.py
synchronize.py
util.py [2.7] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2168) 2017-06-13 17:52:29 +02:00