ironpython3
ironpython3 copied to clipboard
struct module does not accept mmap
struct.unpack/unpack_from accepts bytes, bytearray memoryview and other buffet-like objects but not mmap.
For reference, the re module accepts all of them and also mmap.
The memoryview object does not accept mmap, either.