]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass...
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Wed, 8 Sep 2021 15:01:51 +0000 (23:01 +0800)
committerGitHub <noreply@github.com>
Wed, 8 Sep 2021 15:01:51 +0000 (17:01 +0200)
commit99506dcbbe9fb56ceabe55f0a4333e5981b72095
treec2aa65826f2dfc4332ed44a3a42bf1ac7e6f361f
parentd9b7d427ebc1ed5cfef3657d1d92c2d80346147f
[3.9] bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init__ (GH-28206) (GH-28233)

Co-authored-by: Yurii Karabas <1998uriyyo@gmail.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Core and Builtins/2021-09-07-17-10-16.bpo-45121.iG-Hsf.rst [new file with mode: 0644]