[issue1785] "inspect" gets broken by some descriptors

Antoine Pitrou report at bugs.python.org
Fri Jan 11 21:20:16 CET 2008


Antoine Pitrou added the comment:

Here is a (hopefully complete) patch against both pydoc and inspect. It
fixes one more bug compared to the previous one (descriptors can also
have a special __getattr__ in addition to __get__, which gave problems
when trying to access __classobj__).

Added file: http://bugs.python.org/file9128/inspect-and-pydoc-bug.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1785>
__________________________________


More information about the Python-bugs-list mailing list