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

Ralf Schmitt schmir at gmail.com
Wed Jan 23 08:53:56 CET 2008


Hi all,

I want to use the mmap module from python trunk with python 2.5.
On Linux I can easily replace it, as it is a dynamically loaded module. On
windows
it is a builtin module and I fear that I must compile python on windows (or
resort to some other ugly hack)

What is the reason for mmap being a builtin module?

Regards,
- Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-dev/attachments/20080123/3bb2f00f/attachment-0001.htm 


More information about the Python-Dev mailing list