cpython/Lib/multiprocessing
Miss Islington (bot) 28eea73e7c
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:16:21 -07: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 bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection and explicit close (GH-31913) 2022-05-03 17:16:21 -07:00
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 bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) 2020-08-30 20:03:11 +01:00
sharedctypes.py
spawn.py
synchronize.py
util.py Fix missing f prefix on f-strings (GH-91910) 2022-04-27 00:08:05 -07:00