cpython/Lib/multiprocessing
Victor Stinner 358fc87f53
Revert "[2.7] bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-9686)" (GH-10970)
This reverts commit 4a7dd30f58.
2018-12-06 01:49:41 +01: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 [2.7] bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113). (GH-9500) 2018-09-22 21:34:16 +03:00
pool.py Revert "[2.7] bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-9686)" (GH-10970) 2018-12-06 01:49:41 +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