cpython/Lib/multiprocessing
Victor Stinner a885f10325
gh-91231: multiprocessing BaseManager waits 1.0 second (#91701)
Shutting down a multiprocessing BaseManager now waits for 1 second until
the process completes, rather than 0.1 second, after the process is
terminated.
2022-04-19 17:06:00 +02:00
..
dummy
__init__.py
connection.py
context.py
forkserver.py
heap.py
managers.py gh-91231: multiprocessing BaseManager waits 1.0 second (#91701) 2022-04-19 17:06:00 +02:00
pool.py
popen_fork.py
popen_forkserver.py
popen_spawn_posix.py
popen_spawn_win32.py
process.py
queues.py
reduction.py
resource_sharer.py
resource_tracker.py bpo-40692: Run more test_concurrent_futures tests (GH-20239) 2021-02-08 03:15:51 +00:00
shared_memory.py
sharedctypes.py
spawn.py
synchronize.py
util.py bpo-43651: Fix test_compileall with PEP 597 (GH-25128) 2021-04-02 09:01:57 +09:00