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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18181>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to