[Python-Dev] PEP 447: add type.locallookup (original) (raw)
Ronald Oussoren ronaldoussoren at mac.com
Wed Jul 31 08:17:55 CEST 2013
- Previous message: [Python-Dev] PEP 447: add type.__locallookup__
- Next message: [Python-Dev] C code coverage report with lcov
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 29 Jul, 2013, at 14:49, Ronald Oussoren <ronaldoussoren at mac.com> wrote:
Hi,
This PEP proposed to add a locallookup slot to type objects, which is used by PyTypeLookup and supergetattro instead of peeking in the tpdict of classes. The PEP text explains why this is needed. Differences with the previous version: * Better explanation of why this is a useful addition * type.locallookup is no longer optional. * I've added benchmarking results using pybench. (using the patch attached to issue 18181) Ronald
And something I forgot to ask: is anyone willing to be the BDFL-Delegate for PEP 447?
Ronald
- Previous message: [Python-Dev] PEP 447: add type.__locallookup__
- Next message: [Python-Dev] C code coverage report with lcov
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]