This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients amaury.forgeotdarc, ronaldoussoren
Date 2013-07-15.14:56:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373900176.96.0.595724997847.issue18181@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-07-15 14:56:17ronaldoussorensetrecipients: + ronaldoussoren, amaury.forgeotdarc
2013-07-15 14:56:16ronaldoussorensetmessageid: <1373900176.96.0.595724997847.issue18181@psf.upfronthosting.co.za>
2013-07-15 14:56:16ronaldoussorenlinkissue18181 messages
2013-07-15 14:56:16ronaldoussorencreate