cpython/Lib/multiprocessing
Miss Islington (bot) 2ad51c636a
gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-30617)
Co-authored-by: XD Trol <milestonejxd@gmail.com>
Co-authored-by: Antoine Pitrou <pitrou@free.fr>
(cherry picked from commit 30610d2837)

Co-authored-by: Leo Trol <milestone.jxd@gmail.com>
2022-06-10 05:17:11 -07:00
..
dummy
__init__.py
connection.py bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866) 2020-03-09 13:48:01 +00:00
context.py gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-30617) 2022-06-10 05:17:11 -07:00
forkserver.py bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201) 2020-04-01 18:49:29 +02:00
heap.py
managers.py gh-91231: multiprocessing BaseManager waits 1.0 second (#91701) 2022-04-19 17:06:00 +02:00
pool.py bpo-40443: Remove unused imports in stdlib (GH-19815) 2020-05-01 02:38:00 +02:00
popen_fork.py bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201) 2020-04-01 18:49:29 +02:00
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 05:17:11 -07:00
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 bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19511) 2020-04-15 01:35:36 +09:00
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 Fix typo in message from assert statement (GH-21283) 2020-08-17 19:08:55 +05:30
util.py Fix missing f prefix on f-strings (GH-91910) 2022-04-27 00:08:05 -07:00