Commit Graph

5 Commits

Author SHA1 Message Date
Jeong, YunWon
490a17f641 Implement Windows named mmap via CreateFileMappingW (#7207)
Use Win32 CreateFileMappingW + MapViewOfFile when tagname is
provided, enabling inter-process shared memory for
multiprocessing.heap.Arena. Anonymous mmaps without tagname
still use memmap2.

Remove expectedFailure from test_tagname in test_mmap.py.
2026-02-23 23:32:52 +09:00
Jeong, YunWon
b3141d1231 mmap for windows (#6329) 2025-12-06 09:26:33 +09:00
Andrey Maltsev
ffea61b540 Update test_mmap.py from Cpython v3.11.2 2023-04-06 00:39:38 +09:00
Dennis Zhuang
1ff3e0a551 Skip test_flush_return_value on linux platform 2022-06-15 01:59:26 +09:00
Dennis Zhuang
3217de7af2 Adds test_mmap.py from CPython 3.10.4 2022-06-15 01:59:26 +09:00