cpython/Lib/multiprocessing
Miss Islington (bot) 6a9c0fca3f
bpo-35797: Fix default executable used by the multiprocessing module (GH-11676)
(cherry picked from commit 4e02f8f8b4)

Co-authored-by: Steve Dower <steve.dower@microsoft.com>
2019-01-25 15:14:41 -08:00
..
dummy
__init__.py
connection.py bpo-34054: multiprocessing uses time.monotonic() (GH-8118) 2018-07-06 05:11:21 -07:00
context.py
forkserver.py
heap.py
managers.py bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113) 2018-09-17 05:10:56 -07:00
pool.py [3.7] Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9676)" (#10968) 2018-12-06 01:49:05 +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-34054: multiprocessing uses time.monotonic() (GH-8118) 2018-07-06 05:11:21 -07:00
reduction.py bpo-34521: Fix tests in test_multiprocessing_spawn to use correctly CMSG_SPACE (GH-9613) (GH-9619) 2018-09-28 06:07:56 -07:00
resource_sharer.py
semaphore_tracker.py
sharedctypes.py
spawn.py bpo-35797: Fix default executable used by the multiprocessing module (GH-11676) 2019-01-25 15:14:41 -08:00
synchronize.py bpo-34054: multiprocessing uses time.monotonic() (GH-8118) 2018-07-06 05:11:21 -07:00
util.py bpo-31804: Fix multiprocessing.Process with broken standard streams (GH-6079) (GH-6080) 2018-03-11 19:42:37 +01:00