cpython/Lib/multiprocessing
Victor Stinner 0b8c348f27
Fix pyflakes warnings: variable is assigned to but never used (#142294)
Example of fixed warning:

    Lib/netrc.py:98:13: local variable 'toplevel'
    is assigned to but never used
2025-12-08 14:00:31 +01:00
..
dummy gh-138813: Fix mutable default kwargs={} in multiprocessing BaseProcess and DummyProcess to use None (GH-138814) 2025-09-17 14:45:52 -07:00
__init__.py
connection.py Fix pyflakes warnings: variable is assigned to but never used (#142294) 2025-12-08 14:00:31 +01:00
context.py
forkserver.py gh-98552: Revert (unneeded, already done elsewhere) "flush std streams in the multiprocessing forkserver before fork (#141849)" (#141871) 2025-11-23 09:52:26 +00: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
popen_forkserver.py
popen_spawn_posix.py gh-118981: multiprocessing.popen_spawn_posix, fix potential hang (gh-118982) 2025-09-07 07:18:28 +00:00
popen_spawn_win32.py
process.py gh-138813: Fix mutable default kwargs={} in multiprocessing BaseProcess and DummyProcess to use None (GH-138814) 2025-09-17 14:45:52 -07:00
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-142206: multiprocessing.resource_tracker: Decode messages using older protocol (GH-142215) 2025-12-03 12:59:14 +00:00
shared_memory.py
sharedctypes.py
spawn.py
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