[Python-Dev] Evil setattr hack

Guido van Rossum guido@python.org
Sat, 19 Apr 2003 20:40:39 -0400


> You seem to care about multiple interpreters in the same process.
> Any chance to move the frozen modules pointer PyImport_FrozenModules
> to a interpreter private variable (part of the PyInterpreterState)?

Why would you want that?  Since it is just statically initialized
data, I don't see the point.

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