cpython/Lib/multiprocessing
Miss Islington (bot) 524d2750e3
bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection and explicit close (GH-31913)
(cherry picked from commit dfb1b9da8a)

Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
2022-05-03 17:18:20 -07:00
..
dummy
__init__.py
connection.py
context.py
forkserver.py
heap.py
managers.py gh-91231: multiprocessing BaseManager waits 1.0 second (GH-91701) 2022-04-19 08:29:57 -07:00
pool.py
popen_fork.py
popen_forkserver.py
popen_spawn_posix.py
popen_spawn_win32.py
process.py
queues.py bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection and explicit close (GH-31913) 2022-05-03 17:18:20 -07:00
reduction.py
resource_sharer.py
resource_tracker.py
shared_memory.py
sharedctypes.py
spawn.py
synchronize.py Fix typo in message from assert statement (GH-21283) 2020-09-04 15:55:05 -07:00
util.py Fix missing f prefix on f-strings (GH-91910) 2022-04-27 00:01:11 -07:00