[Python-Dev] Accessing globals without dict lookup (original) (raw)

Guido van Rossum guido@python.org
Sun, 10 Feb 2002 19:09:29 -0500


[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/)