[Python-Dev] Fast access to builtins (original) (raw)
M.-A. Lemburg mal@lemburg.com
Fri, 28 Mar 2003 09:38:28 +0100
- Previous message: [Python-Dev] Fast access to __builtins__
- Next message: [Python-Dev] Fast access to __builtins__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum wrote:
I'd be happy to proclaim that doing something like
import X d = X.dict d["spam"] = 42 # or exec "spam = 42" in d is always prohibited.
That would break lazy module imports such as the one I'm using in mx.Misc.LazyModule.py.
-- Marc-Andre Lemburg eGenix.com
Professional Python Software directly from the Source (#1, Mar 28 2003)
Python/Zope Products & Consulting ... http://www.egenix.com/ mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/
Python UK 2003, Oxford: 4 days left EuroPython 2003, Charleroi, Belgium: 88 days left
- Previous message: [Python-Dev] Fast access to __builtins__
- Next message: [Python-Dev] Fast access to __builtins__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]