Message149241
| 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:59 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, christopherthemagnificent, docs@python |
| 2011-12-11 19:21:59 | amaury.forgeotdarc | set | messageid: <1323631319.54.0.448651922735.issue13581@psf.upfronthosting.co.za> |
| 2011-12-11 19:21:58 | amaury.forgeotdarc | link | issue13581 messages |
| 2011-12-11 19:21:58 | amaury.forgeotdarc | create | |