[issue19030] inspect.getmembers and inspect.classify_class_attrs mishandle descriptors

Ethan Furman report at bugs.python.org
Tue Oct 22 16:26:06 CEST 2013


Ethan Furman added the comment:

Actually, you @skipif clued me in as to what was happening with the other pydoc tests and their skipif clauses.

Added appropriate skipifs to the new tests and mimicked the docstring in/exclusion.  All tests now passing with and without docstrings, with and without -OO (simply skipped with -OO).

----------

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


More information about the Python-bugs-list mailing list