[Python-Dev] PEP 447: add type.locallookup (original) (raw)
Armin Rigo arigo at tunes.org
Tue Sep 10 16:09:16 CEST 2013
- Previous message: [Python-Dev] PEP 447: add type.__locallookup__
- Next message: [Python-Dev] cpython (2.7): Clarify mmap.close method behavior. Addresses issue #18815
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Mark,
On Mon, Sep 9, 2013 at 11:18 PM, Mark Shannon <mark at hotpy.org> wrote:
5. Other implementations. What do the Jython/IronPython/PyPy developers think?
Thanks for asking :-) I'm fine with staying out of language design issues like this one, and I believe it's the general concensus in PyPy. Whatever gets decided will probably be easy to port to PyPy and have no measurable performance impact: the extra checks on the type, if any, are all constant-folded by the JIT.
A bientôt,
Armin.
- Previous message: [Python-Dev] PEP 447: add type.__locallookup__
- Next message: [Python-Dev] cpython (2.7): Clarify mmap.close method behavior. Addresses issue #18815
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]