[issue718532] inspect, class instances and __getattr__

Guido van Rossum report at bugs.python.org
Tue Nov 27 00:13:53 CET 2007


Guido van Rossum added the comment:

Obviously Ping isn't listening, so waiting for him is not productive. 
Looking at the issue more, I can't really see a bug in inspect -- it's
the class definitions that are broken.  So closing as "rejected".

> Due to this bug, 'pydoc modulename' is not working.

Can you be more specific? I can't reproduce this.


> And this case is also not working (same issue):
> 
> class X:
>   __bases__ = ()
> 
> x = X()

Again, this is just a malformed class.

----------
assignee: ping -> 
priority: high -> normal
resolution:  -> rejected
status: open -> closed
versions:  -Python 2.4, Python 2.6, Python 3.0

____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue718532>
____________________________________


More information about the Python-bugs-list mailing list