]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 Sep 2021 17:01:32 +0000 (10:01 -0700)
committerGitHub <noreply@github.com>
Thu, 2 Sep 2021 17:01:32 +0000 (19:01 +0200)
commit98eb40828af97760badfa7b8ff84bd4f7a079839
tree4f82148bd69fe457e2c90b300b172dc57d3bd5ee
parentca27109c17dfe96dab5a6e5ff84badfea4c62f21
bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121) (GH-28132)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
(cherry picked from commit 0635e201beaf52373f776ff32702795e38f43ae3)

Co-authored-by: Yurii Karabas <1998uriyyo@gmail.com>
Lib/test/test_dataclasses.py
Lib/typing.py
Misc/NEWS.d/next/Library/2021-09-02-12-42-25.bpo-45081.tOjJ1k.rst [new file with mode: 0644]