You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In updating CircuitPython with the newer versions of micropython, the functionality for getting slice indices was inadvertently disabled.
There is a new flag, MICROPY_PY_BUILTINS_SLICE_INDICES, that is used in objslice.c for turning indices functionality on/off. This flag is currently off so slices no longer support getting indices.
In updating CircuitPython with the newer versions of micropython, the functionality for getting slice indices was inadvertently disabled.
There is a new flag,
MICROPY_PY_BUILTINS_SLICE_INDICES
, that is used in objslice.c for turning indices functionality on/off. This flag is currently off so slices no longer support getting indices.This is a problem in pypixelbuf (PR and discussion).
@jepler Asked if I could submit this issue in CP so it can be addressed.
The text was updated successfully, but these errors were encountered: