Mark Dufour

Results 135 comments of Mark Dufour

changing title. this is now about checking the most recent docs for 'range' and improving things accordingly. for example, we want to be able to use it as an abstract...

added count, index. leaving slicing for 0.9.10.

perhaps check out buffer protocol support?

oh, and support 'n', 'N' and 'e' (added in 3.3/3.6)

iter_unpack Struct class

call __index__ for non-integers

afraid we are using native size/format instead of native (64-bit little-endian bias?)..

shedskin/{graph/cpp}.py does not check if passed data matches calcsize(). perhaps we should also try to move struct-specific code to shedskin/struct.py or something.

exception if values don't fit in the given type?

exceptions already given by now. added support for 'n' ad 'N'. leaving rest for future updates.