[Python-Dev] Accessing globals without dict lookup

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 LOAD_NAME fallback instead of the
> new-fangled LOAD_GLOBAL opcode?

Very good!

--Guido van Rossum (home page: http://www.python.org/~guido/)