Files
micropython/py/objrange.c
Jeff Epler 72867bce1d py/objrange: Allow return of non-small ints.
The magnitude of `range()` arguments is not restricted to "small" ints, but
includes "machine ints" which fit inside a register but can only be
represented as "long integer" objects in Python.

Signed-off-by: Jeff Epler <jepler@gmail.com>
2025-09-26 13:34:57 +10:00

7.1 KiB