Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb4ed30

Browse files
authored
Merge pull request adafruit#6415 from dhalbert/7.3.x-fstrings-for-all
Turn on f-strings for all builds in 7.3.0
2 parents 4637855 + 338e14d commit eb4ed30

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ports/atmel-samd/boards/arduino_mkr1300/mpconfigboard.mk

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ CHIP_FAMILY = samd21
99
INTERNAL_FLASH_FILESYSTEM = 1
1010
LONGINT_IMPL = NONE
1111
CIRCUITPY_FULL_BUILD = 0
12+
13+
CIRCUITPY_RAINBOWIO = 0

py/circuitpy_mpconfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ typedef long mp_off_t;
213213
#define MICROPY_CPYTHON_COMPAT (CIRCUITPY_FULL_BUILD)
214214
#endif
215215
#define MICROPY_PY_BUILTINS_POW3 (CIRCUITPY_BUILTINS_POW3)
216-
#define MICROPY_PY_FSTRINGS (MICROPY_CPYTHON_COMPAT)
216+
#define MICROPY_PY_FSTRINGS (1)
217217
#define MICROPY_MODULE_WEAK_LINKS (0)
218218
#define MICROPY_PY_ALL_SPECIAL_METHODS (CIRCUITPY_FULL_BUILD)
219219
#ifndef MICROPY_PY_BUILTINS_COMPLEX

0 commit comments

Comments
 (0)