[issue18181] super vs. someclass.__getattribute__

Ronald Oussoren report at bugs.python.org
Mon Jul 15 16:56:16 CEST 2013


Ronald Oussoren added the comment:

issue18181-locallookup-only-super.txt implements the current version of PEP 447, but only for the super object. In this version of the  patch normal attribute lookup (object.__getattribute__ and PyObject_GenericGetAttr) are not yet affected.

Another open issue: the documentation for the super object itself does not yet mention __locallookup__; it probably should but I don't know yet how to cleanly add it there.

----------
Added file: http://bugs.python.org/file30928/issue18181-locallookup-only-super.txt

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


More information about the Python-bugs-list mailing list