[issue45121] Calling super().__init__ in subclasses of typing.Protocol raises RecursionError

Ken Jin report at bugs.python.org
Wed Sep 8 06:25:28 EDT 2021


Ken Jin <kenjin4096 at gmail.com> added the comment:


New changeset c11956a8bddd75f02ccc7b4da7e4d8123e1f3c5f by Yurii Karabas in branch 'main':
bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init__ (GH-28206)
https://github.com/python/cpython/commit/c11956a8bddd75f02ccc7b4da7e4d8123e1f3c5f


----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45121>
_______________________________________


More information about the Python-bugs-list mailing list