cpython/Lib/multiprocessing
Victor Stinner 9eb50a40b4
gh-149879: Fix multiprocessing tests on Cygwin (#150031)
* Disable AF_UNIX connection family on Cygwin.
* forkserver start method is not available on Cygwin: update tests
  for that.
* test_logging calls multiprocessing.get_all_start_methods().
2026-05-19 00:45:35 +02:00
..
dummy
__init__.py
connection.py gh-149879: Fix multiprocessing tests on Cygwin (#150031) 2026-05-19 00:45:35 +02:00
context.py gh-149879: Fix multiprocessing tests on Cygwin (#150031) 2026-05-19 00:45:35 +02:00
forkserver.py gh-144503: Pass sys.argv to forkserver as real argv elements (GH-148194) 2026-04-06 22:41:02 -07:00
heap.py gh-137928: remove redundant size validation in multiprocessing.heap (GH-137929) 2025-11-12 00:36:43 +00:00
managers.py
pool.py
popen_fork.py gh-146313: Fix multiprocessing ResourceTracker deadlock after os.fork() (GH-146316) 2026-04-11 23:06:19 -07:00
popen_forkserver.py
popen_spawn_posix.py
popen_spawn_win32.py
process.py
queues.py gh-133146: Add the old public get_value method to documentation and refactor code. (GH-133301) 2025-11-29 22:12:48 +00:00
reduction.py
resource_sharer.py
resource_tracker.py gh-146313: Fix multiprocessing ResourceTracker deadlock after os.fork() (GH-146316) 2026-04-11 23:06:19 -07:00
shared_memory.py
sharedctypes.py
spawn.py gh-109263: Start process from spawn context in multiprocessing no longer have side effect (GH-135813) 2025-12-23 19:28:32 +00:00
synchronize.py gh-133146: Add the old public get_value method to documentation and refactor code. (GH-133301) 2025-11-29 22:12:48 +00:00
util.py gh-140734: fix off-by-one error when comparing to _SUN_PATH_MAX (#140903) 2025-11-07 09:54:02 +00:00