mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[python] Add FStrings support (#155)
This commit is contained in:
@@ -52,6 +52,9 @@
|
||||
// Support for async/await/async for/async with
|
||||
#define MICROPY_PY_ASYNC_AWAIT (0)
|
||||
|
||||
// Support for literal string interpolation, f-strings (see PEP 498, Python 3.6+)
|
||||
#define MICROPY_PY_FSTRINGS (1)
|
||||
|
||||
// Whether to support bytearray object
|
||||
#define MICROPY_PY_BUILTINS_BYTEARRAY (1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user