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 Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. 2014-07-22 11:11:01 +03:00
__init__.py Remove duplication. 2011-10-19 10:39:35 +03:00
connection.py Issue #23865: close() methods in multiple modules now are idempotent and more 2015-04-10 13:24:10 +03:00
forking.py bpo-26434: Fix multiprocessing grandchilds in a Windows service (GH-1167) 2017-05-18 19:40:16 -05:00
heap.py Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by 2011-07-02 13:56:19 +02:00
managers.py Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions 2016-09-08 13:07:13 -05:00
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 Merged revisions 87225 via svnmerge from 2010-12-14 01:42:40 +00:00
sharedctypes.py Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in 2015-02-13 15:08:36 +02:00
synchronize.py - Fix typos in the multiprocessing module. 2013-05-15 16:54:16 +02:00
util.py [2.7] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2168) 2017-06-13 17:52:29 +02:00