]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
remove type annotations from multiprocessing. (#129381)
authorGregory P. Smith <greg@krypto.org>
Thu, 30 Jan 2025 08:31:54 +0000 (00:31 -0800)
committerGitHub <noreply@github.com>
Thu, 30 Jan 2025 08:31:54 +0000 (00:31 -0800)
commit71aecc284efdf997939568a4167dbffe1a65b9bf
tree5e23f3a3fd85b5ce19d5a6e4a9e82dd6b39f4824
parentbcb25d60b1baf9348e73cbd2359342cea6009c36
remove type annotations from multiprocessing. (#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

Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
---------

Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
Lib/multiprocessing/connection.py
Lib/multiprocessing/synchronize.py