..
dummy
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
2019-06-01 11:00:15 +03:00
__init__.py
connection.py
[3.12] remove type annotations from multiprocessing. (GH-129381) ( #129471 )
2025-01-30 09:08:31 +00:00
context.py
gh-84559: Remove the new multiprocessing warning, too disruptive. ( #101551 )
2023-02-03 15:20:46 -08:00
forkserver.py
[3.12] gh-117378: Fix multiprocessing forkserver preload sys.path inheritance. (GH-126538) (GH-126633)
2024-11-10 00:13:26 +00:00
heap.py
managers.py
[3.12] gh-71936: Fix race condition in multiprocessing.Pool (GH-124973) (GH-126870)
2024-11-15 14:04:35 +00:00
pool.py
Fix typo in exception message in multiprocessing.pool
( #99900 )
2022-11-30 20:57:28 +05:30
popen_fork.py
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
2020-04-01 18:49:29 +02:00
popen_forkserver.py
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
2019-05-20 21:37:05 +02:00
popen_spawn_posix.py
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
2019-05-20 21:37:05 +02:00
popen_spawn_win32.py
[3.12] gh-113009: Fix multiprocessing Process.terminate() on Windows (GH-113128) ( #113177 )
2023-12-15 15:21:02 +00:00
process.py
gh-104536: Improve multiprocessing.process._cleanup
logic ( #104537 )
2023-05-22 03:48:57 +00:00
queues.py
[3.12] gh-114440: Close writer pipe in multiprocessing.Queue, not concurrent.futures (GH-114489)
2024-01-24 13:21:10 +01:00
reduction.py
resource_sharer.py
[3.12] gh-101225: Increase the socket backlog when creating a multiprocessing.connection.Listener (GH-113567) ( #114018 )
2024-01-14 16:29:15 +01:00
resource_tracker.py
[3.12] gh-127586: multiprocessing.Pool does not properly restore blocked signals (try 2) (GH-128011) ( #128299 )
2024-12-29 11:02:59 -08:00
shared_memory.py
bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
2022-11-25 17:39:48 +00:00
sharedctypes.py
spawn.py
[3.12] More actionable error message when spawn is incorrectly used. (GH-102203) ( #107990 )
2023-08-16 14:22:22 +02:00
synchronize.py
[3.12] remove type annotations from multiprocessing. (GH-129381) ( #129471 )
2025-01-30 09:08:31 +00:00
util.py
[3.12] gh-113421: Fix multiprocessing logger for "%(filename)s" (GH-113423) (GH-113450)
2023-12-24 10:23:32 +00:00