be6d8be91e
mp_obj_int_get_truncated is used as a "fast path" int accessor that doesn't check for overflow and returns the int truncated to the machine word size, ie mp_int_t. Use mp_obj_int_get_truncated to fix struct.pack when packing maximum word sized values. Addresses issues #779 and #998. |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
alloc.c | ||
file.c | ||
gccollect.c | ||
input.c | ||
input.h | ||
main.c | ||
modffi.c | ||
modos.c | ||
modsocket.c | ||
modtermios.c | ||
modtime.c | ||
mpconfigport.h | ||
mpconfigport.mk | ||
mpconfigport_fast.h | ||
qstrdefsport.h | ||
seg_helpers.c |