[issue1785] "inspect" gets broken by some descriptors

Amaury Forgeot d'Arc report at bugs.python.org
Sun Dec 11 20:24:39 CET 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

The 'type' object now has the same issue: __abstractmethods__ appears in dir(type) but type.__abstractmethods__ fails with an AttributeError.
See issue13581

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list