cpython/Lib/multiprocessing
Serhiy Storchaka d53cf99dca
bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)
2019-05-06 22:40:27 +03:00
..
dummy
__init__.py
connection.py bpo-17560: Too small type for struct.pack/unpack in mutliprocessing.Connection (GH-10305) 2018-11-06 20:38:34 +01:00
context.py
forkserver.py
heap.py
managers.py bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705) 2019-05-06 22:40:27 +03:00
pool.py bpo-35493: Use Process.sentinel instead of sleeping for polling worker status in multiprocessing.Pool (#11488) 2019-03-16 22:34:24 +00:00
popen_fork.py bpo-35202: Remove unused imports in Lib directory. (GH-10446) 2018-11-10 09:22:02 +02:00
popen_forkserver.py
popen_spawn_posix.py
popen_spawn_win32.py bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745) 2019-02-03 23:19:38 -08:00
process.py bpo-35491: Enhance multiprocessing.BaseProcess.__repr__() (GH-11138) 2018-12-14 12:58:52 +01:00
queues.py
reduction.py
resource_sharer.py bpo-36766: Typos in docs and code comments (GH-13116) 2019-05-06 14:57:17 -04:00
semaphore_tracker.py bpo-36668: FIX reuse semaphore tracker for child processes (#5172) 2019-04-24 21:45:52 +02:00
shared_memory.py bpo-36102: Prepend slash to all POSIX shared memory block names (#12036) 2019-02-25 16:41:52 -06:00
sharedctypes.py
spawn.py bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745) 2019-02-03 23:19:38 -08:00
synchronize.py
util.py