[Python-Dev] PEP 447: add type.locallookup (original) (raw)
Mark Shannon mark at hotpy.org
Mon Sep 9 23🔞38 CEST 2013
- Previous message: [Python-Dev] PEP 447: add type.__locallookup__
- Next message: [Python-Dev] PEP 447: add type.__locallookup__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 09/09/13 15:30, Ethan Furman wrote:
On 07/30/2013 11:17 PM, Ronald Oussoren wrote:
And something I forgot to ask: is anyone willing to be the BDFL-Delegate for PEP 447? Bump. It would be nice if this could make into 3.4.
IMO, there are some issues that need to be addressed before PEP 447 should be accepted.
Is there even a problem at all, or is this just a bug in super? Why doesn't super() respect the getattribute method of the superclass?
Is this the best way to solve the problem (if there is a problem)? Would a super special method be sufficient and less intrusive.
Are the proposed semantics OK? I think they are, but very low level changes such as these can have unforeseen consequences. For example, PEP 3135 and issue 12370.
What is the performance impact. pybench really doesn't count as a benchmark.
Other implementations. What do the Jython/IronPython/PyPy developers think?
Cheers, Mark.
p.s. Apologies for top-posting earlier
- Previous message: [Python-Dev] PEP 447: add type.__locallookup__
- Next message: [Python-Dev] PEP 447: add type.__locallookup__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]