| Store | Cart

[Python-Dev] Accessing globals without dict lookup

From: M.-A. Lemburg <m...@lemburg.com>
Mon, 11 Feb 2002 12:12:47 +0100
Just a few quick questions before go back into lurcking mode:

Will it still be possible to:
a) install new builtins in the __builtin__ namespace and have them
   available in all already loaded modules right away ?
b) override builtins (e.g. open()) with my own copies 
   (e.g. to increase security) in a way that makes these new
   copies override the previous ones in all modules ?

Also, how does the new scheme get along with the restricted 
execution model ? (I have a feeling that this model needs some
auditing since so many new ways of accessing variables and
attributes were introduced since the days of 1.5.2)

-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
______________________________________________________________________
Company & Consulting:                           http://www.egenix.com/
Python Software:                   http://www.egenix.com/files/python/

Recent Messages in this Thread
M.-A. Lemburg Feb 11, 2002 11:12 am
Guido van Rossum Feb 11, 2002 02:31 pm
M.-A. Lemburg Feb 11, 2002 03:41 pm
Tim Peters Feb 11, 2002 09:27 am
Messages in this thread