[Python-Dev] why is mmap a builtin module on windows?

Christian Heimes lists at cheimes.de
Fri Jan 25 11:42:52 CET 2008


Ralf Schmitt wrote:
> i.e. create visual studio project files for those modules? and make them
> built automatically?

It's not that simple. You also have to integrate it into the build and
carefully arrange the dependencies. You also have to find a free and
sensible base address for the dll. At last the new modules must be
integrated into the MSI installer script.

Christian



More information about the Python-Dev mailing list