[Python-Dev] Evil setattr hack (original) (raw)

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 PyImportFrozenModules 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/)