[issue10569] abc: `issubclass([], my_abstract_type)` raises exception

Michael Foord report at bugs.python.org
Sun Nov 28 23:42:24 CET 2010


Michael Foord <michael at voidspace.org.uk> added the comment:

FWIW (which isn't much I guess) it annoys me that I have to protect calls to issubclass with if isinstance(obj, type).

----------
nosy: +michael.foord

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10569>
_______________________________________


More information about the Python-bugs-list mailing list