[issue32999] issubclass(obj, abc.ABC) causes a segfault

Serhiy Storchaka report at bugs.python.org
Mon Mar 5 11:48:55 EST 2018


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

Is there any sense in accepting non-types as the first argument of issubclass()? I would add a check just in issubclass().

----------
nosy: +inada.naoki, serhiy.storchaka
versions: +Python 3.7

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


More information about the Python-bugs-list mailing list