[issue39665] Cryptic error message when creating types that don't include themselves in their MRO

Serhiy Storchaka report at bugs.python.org
Mon Feb 17 13:26:45 EST 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Yes, I got the same error message when tried to get such class.

super() is called implicitly by the type constructor to call __init_subclass__ on the parent of a newly generated type.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list