cpython/Lib/multiprocessing
Pierre Glaser d0d64ad1f5 bpo-36368: Ignore SIGINT in SharedMemoryManager servers. (GH-12483)
Fix a bug crashing SharedMemoryManager instances in interactive sessions after
a Ctrl-C (KeyboardInterrupt) was sent.
2019-05-10 20:42:35 +02:00
..
dummy
__init__.py
connection.py
context.py
forkserver.py
heap.py
managers.py bpo-36368: Ignore SIGINT in SharedMemoryManager servers. (GH-12483) 2019-05-10 20:42:35 +02: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
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
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