]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121)
authorYurii Karabas <1998uriyyo@gmail.com>
Thu, 2 Sep 2021 16:17:13 +0000 (19:17 +0300)
committerGitHub <noreply@github.com>
Thu, 2 Sep 2021 16:17:13 +0000 (18:17 +0200)
commit0635e201beaf52373f776ff32702795e38f43ae3
treef23518d81af71a099800426fdc5147a5dd1a9d0c
parent767a17f35a581da664ac8cf5d67281da9485eebf
bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.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]