Matti/Amaury
Well -- that's excellent. The basic functionality of memmap.py seems to work fine now, against the ndarray-subtype branch. I had copied the tests from the original modules doctest into a pytest module. Had to modify because numpypy doesn't support .flags attribute, and also because offset is not supported yet.
I am adding some additional tests to see what happens when sizes of things are wrong, and when one tries to write to read-only mmaps -- don't want to allow segfaults presumably.
Other than that -- how do I go about making my code available for review / merging?
Should I wait until Matti's branch is merged, then make a new branch called numpypy-memmap? Or should memmap just be part of the ndarray-subtype branch (since it is a user of the subtype functionality)?
Mike