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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy