[issue1747] issubclass(NotSubclassOfObject, InstanceOfAbcMeta) fails instead of returning False

Jeffrey Yasskin report at bugs.python.org
Mon Jan 7 01:09:23 CET 2008


Jeffrey Yasskin added the comment:

This is certainly not the only way to fix this. Is it the best?

----------
keywords: +patch
title: isinstance(NotSubclassOfObject, InstanceOfAbcMeta) fails instead of returning False -> issubclass(NotSubclassOfObject, InstanceOfAbcMeta) fails instead of returning False
Added file: http://bugs.python.org/file9082/subclass_oldstyle.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1747>
__________________________________


More information about the Python-bugs-list mailing list