ironpython3 icon indicating copy to clipboard operation
ironpython3 copied to clipboard

struct module does not accept mmap

Open orent opened this issue 3 years ago • 0 comments

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.

orent avatar Apr 18 '22 13:04 orent