[issue35137] Exception in isinstance when __class__ property raises

Serhiy Storchaka report at bugs.python.org
Thu Nov 1 13:45:21 EDT 2018


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

MemoryError and RecursionError are subclasses of Exception. And there are may be other exceptions that can be raised by virtually any code and depend on conditions out of your control.

----------

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


More information about the Python-bugs-list mailing list