Georg Brandl added the comment:

Basically beacuse with the current patch, this is because object_dir also does 
merge_class_dict, to get class attributes.  This means that attributes like 
__qualname__ would show up in dir(instance), but are not actually available on 
the instance.

Fixing this requires a more substantial rewrite, but is certainly the right way 
if this is accepted at all.

----------

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

Reply via email to