cpython/Lib/multiprocessing
Victor Stinner 7b5856e7f0
Revert "bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)" (GH-7963)
This reverts commit 8b1ebcd7cb.
2018-06-27 15:17:34 +02:00
..
dummy
__init__.py
connection.py
context.py
forkserver.py
heap.py
managers.py
pool.py bpo-32576: use queue.SimpleQueue in critical places (#5216) 2018-01-18 10:38:03 +01:00
popen_fork.py bpo-31804: Fix multiprocessing.Process with broken standard streams (GH-6079) (GH-6080) 2018-03-11 19:42:37 +01:00
popen_forkserver.py
popen_spawn_posix.py
popen_spawn_win32.py Revert "bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)" (GH-7963) 2018-06-27 15:17:34 +02:00
process.py bpo-31804: Fix multiprocessing.Process with broken standard streams (GH-6079) (GH-6080) 2018-03-11 19:42:37 +01:00
queues.py bpo-33078 - Fix queue size on pickling error (GH-6119) (GH-6178) 2018-03-21 17:21:15 +01:00
reduction.py Revert "bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)" (GH-7963) 2018-06-27 15:17:34 +02:00
resource_sharer.py
semaphore_tracker.py
sharedctypes.py bpo-32157: Removed explicit quotes around %r and {!r}. (#4582) 2017-11-28 22:54:42 +02:00
spawn.py Revert "bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)" (GH-7963) 2018-06-27 15:17:34 +02:00
synchronize.py
util.py bpo-31804: Fix multiprocessing.Process with broken standard streams (GH-6079) (GH-6080) 2018-03-11 19:42:37 +01:00