[Python-Dev] Accessing globals without dict lookup
Guido van Rossum
guido@python.org
Sun, 10 Feb 2002 19:09:29 -0500
Sun, 10 Feb 2002 19:09:29 -0500
- Previous message: [Python-Dev] Accessing globals without dict lookup
- Next message: [Python-Dev] Accessing globals without dict lookup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[Skip] > In the face of exec statements or calls to execfile can't the > compiler just generate the usual LOAD_NAME fallback instead of the > new-fangled LOAD_GLOBAL opcode? Very good! --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] Accessing globals without dict lookup
- Next message: [Python-Dev] Accessing globals without dict lookup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]