[Python-Dev] buildin vs. shared modules

Guido van Rossum guido at python.org
Tue Oct 14 15:20:18 EDT 2003


> I don't see why it matters, though. Adding modules to pythonxy.dll does 
> not increase the memory consumption if the modules are not used.

Can you explain why not?  Doesn't the whole DLL get loaded into
memory?

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



More information about the Python-Dev mailing list