[Python-Dev] Accessing globals without dict lookup (original) (raw)
Guido van Rossum guido@python.org
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 LOADNAME fallback instead of the new-fangled LOADGLOBAL 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 ]