-
- Downloads
py/objstr: Make str.count() method configurable.
Configurable via MICROPY_PY_BUILTINS_STR_COUNT. Default is enabled. Disabled for bare-arm, minimal, unix-minimal and zephyr ports. Disabling it saves 408 bytes on x86.
Showing
- ports/bare-arm/mpconfigport.h 1 addition, 0 deletionsports/bare-arm/mpconfigport.h
- ports/minimal/mpconfigport.h 1 addition, 0 deletionsports/minimal/mpconfigport.h
- ports/unix/mpconfigport_minimal.h 1 addition, 0 deletionsports/unix/mpconfigport_minimal.h
- ports/zephyr/mpconfigport.h 1 addition, 0 deletionsports/zephyr/mpconfigport.h
- py/mpconfig.h 5 additions, 0 deletionspy/mpconfig.h
- py/objstr.c 4 additions, 0 deletionspy/objstr.c
- py/objstrunicode.c 2 additions, 0 deletionspy/objstrunicode.c
Please register or sign in to comment