Files
micropython/py/objint.c
Jeff Epler f658b0d862 py/objint: Fix converting float to int with OBJ_REPR_B.
The check for 'fits in a small int' is specific to the 31-bit int of other
object representations.

Signed-off-by: Jeff Epler <jepler@unpythonic.net>
2025-09-28 23:24:24 +10:00

17 KiB