cpython/Lib/multiprocessing
Miss Islington (bot) ddb314f598
[3.12] remove type annotations from multiprocessing. (GH-129381) (#129471)
remove type annotations from multiprocessing. (GH-129381)

* remove type annotations from multiprocessing.

One of them was technically invalid per typing specs... but since we're not
checking these in the stdlib today lets elide them.

https://discuss.python.org/t/static-type-annotations-in-cpython/65068/13

* use the actual comment style annotation format



---------
(cherry picked from commit 71aecc284e)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
2025-01-30 09:08:31 +00:00
..
dummy
__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
popen_forkserver.py
popen_spawn_posix.py
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