This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, christopherthemagnificent, docs@python
Date 2011-12-11.19:21:58
SpamBayes Score 2.0626867e-06
Marked as misclassified No
Message-id <1323631319.54.0.448651922735.issue13581@psf.upfronthosting.co.za>
In-reply-to
Content
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__
History
Date User Action Args
2011-12-11 19:21:59amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, christopherthemagnificent, docs@python
2011-12-11 19:21:59amaury.forgeotdarcsetmessageid: <1323631319.54.0.448651922735.issue13581@psf.upfronthosting.co.za>
2011-12-11 19:21:58amaury.forgeotdarclinkissue13581 messages
2011-12-11 19:21:58amaury.forgeotdarccreate