Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

It fails for the same reason as issue1785:

~/python/cpython3.2$ ./python -c "import inspect; 
inspect.classify_class_attrs(type)"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/amauryfa/python/cpython3.2/Lib/inspect.py", line 321, in 
classify_class_attrs
    obj_via_getattr = getattr(cls, name)
AttributeError: __abstractmethods__

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

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13581>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to