mmap not usable from windows
Python 2.7.2
(mmstats) C:\REPO\mmstats>python mmstats\mmash.py
Traceback (most recent call last):
File "mmstats\mmash.py", line 11, in
I've started a first attempt, but I don't have Windows handy to test it on:
https://github.com/schmichael/mmstats/compare/windows-mmap#L0R43
My guess is that 2 things will definitely need fixing:
- I doubt the MapViewOfFile is in Window's C library implementation ... perhaps in kernel32?
-
msyncandmunmapwill probably need fixing as well (although these functions could just be stubs on Windows as they're not 100% necessary)