[Python-Dev] towards a faster Python

Skip Montanaro skip@pobox.com
Mon, 9 Jun 2003 16:09:08 -0500


    >> Make the module dict read-only ...

    Guido> But the dict is still accessible in writable form through
    Guido> globals() and as the func_globals attribute of any function
    Guido> defined in the module.

I was thinking more along the lines of making the dict itself read-only.

Skip