]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init_...
authorYurii Karabas <1998uriyyo@gmail.com>
Wed, 8 Sep 2021 10:25:09 +0000 (13:25 +0300)
committerGitHub <noreply@github.com>
Wed, 8 Sep 2021 10:25:09 +0000 (18:25 +0800)
commitc11956a8bddd75f02ccc7b4da7e4d8123e1f3c5f
treeb3c94d1e1dbfda311a8b94fe5a0918df7ac0a121
parentd003a5bd2505a7fa04f50504b68ba8fca67349cd
bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init__ (GH-28206)
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]