Eryk Sun wrote:

I'm sorry to say that the only reliable solution is to directly call
WinAPI OpenFileMappingW() and MapViewOfFile() using a foreign-function
interface (FFI) package such as ctypes or CFFI. I can write up an
example if you need help.

Respectfully, I think you have misread the original message.  He is a relative beginner, just trying to do a simple file mapping. Based on his description, mmap should be able to do what he needs.

I'm willing to be proven wrong, but I'm afraid you may be sending him on an unnecessary wild goose chase.

--
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to