]> granicus.if.org Git - python/commit
Added mmap module -- map a view of a file into memory on Win32 and Unix.
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 30 Mar 2000 21:14:30 +0000 (21:14 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 30 Mar 2000 21:14:30 +0000 (21:14 +0000)
commit1ed7d2d2b824b8a7ef80a284efa6eef75f4fd885
treeea38f66862ab6e2e93f73e4ef28f8a77fa5d5e23
parente0dd3010ce1e07f345653906bb951348562b0a23
Added mmap module -- map a view of a file into memory on Win32 and Unix.
(Needs testing on Win32.)
Modules/Setup.in
Modules/mmapmodule.c [new file with mode: 0644]