[Python-Dev] Evil setattr hack (original) (raw)
Guido van Rossum guido@python.org
Sat, 19 Apr 2003 20:40:39 -0400
- Previous message: [Python-Dev] Evil setattr hack
- Next message: [Python-Dev] Using temp files and the Internet in regression tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/)
- Previous message: [Python-Dev] Evil setattr hack
- Next message: [Python-Dev] Using temp files and the Internet in regression tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]