Ethan Furman added the comment:

This has been fixed in #19030: every good object will have a home class; 
non-good objects (the result of buggy __dir__, __getattribute__, or __getattr__ 
methods) will not be returned and so cannot confuse pydoc.

----------
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed
superseder:  -> inspect.getmembers and inspect.classify_class_attrs mishandle 
descriptors

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

Reply via email to