[Python-Dev] Making builtins more efficient (original) (raw)
Delaney, Timothy (Tim) tdelaney at avaya.com
Mon Mar 13 00:25:21 CET 2006
- Previous message: [Python-Dev] PythonCore\CurrentVersion
- Next message: [Python-Dev] Strange behavior in Python 2.5a0 (trunk) --- possible error in AST?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Steven Elliott wrote:
The important difference between builtins and globals is that with builtins both the compiler and the runtime can enumerate all references to builtins in a single consistent way. That is "True" can always be builtin #3 and "len" can always be builtin #17, or whatever.
slots for modules?
Tim Delaney
- Previous message: [Python-Dev] PythonCore\CurrentVersion
- Next message: [Python-Dev] Strange behavior in Python 2.5a0 (trunk) --- possible error in AST?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]