cpython/Lib/multiprocessing
Miss Islington (bot) f59506780a
gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= 512 (GH-96890)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
(cherry picked from commit 19ca114645)

Co-authored-by: Koki Saito <49419225+saito828koki@users.noreply.github.com>
2022-10-02 18:09:58 -07:00
..
dummy
__init__.py
connection.py GH-91355: micro-optimize Connection.send_bytes() method (gh-32247) 2022-05-03 23:41:45 +09:00
context.py gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-30617) 2022-06-10 08:04:55 -07:00
forkserver.py
heap.py
managers.py
pool.py GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is not None or a positive int (GH-93364) (GH-93923) 2022-06-17 23:31:42 +01:00
popen_fork.py
popen_forkserver.py
popen_spawn_posix.py
popen_spawn_win32.py
process.py gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-30617) 2022-06-10 08:04:55 -07:00
queues.py bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection and explicit close (#31913) 2022-05-03 17:49:57 -06:00
reduction.py
resource_sharer.py
resource_tracker.py gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= 512 (GH-96890) 2022-10-02 18:09:58 -07:00
shared_memory.py gh-91577: SharedMemory move imports out of methods (GH-91579) 2022-06-16 07:07:32 -07:00
sharedctypes.py
spawn.py
synchronize.py
util.py gh-82616: Add process_group support to subprocess.Popen (#23930) 2022-05-05 16:22:32 -07:00