summaryrefslogtreecommitdiff
path: root/tests/basics/string_fstring.py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2025-12-10 12:39:01 +1100
committerDamien George <damien@micropython.org>2025-12-16 23:37:59 +1100
commitb78fac161e34eb953c499eb17630e67355a9508a (patch)
tree80f1e862ed1d46c257aebedfde362d2e538dcf4c /tests/basics/string_fstring.py
parent53052857e2e5845cbf78f778d40ccd59f4f2e3ef (diff)
tests/ports/esp32/check_err_str.py: Preallocate global variable.
This test fails on all esp32 boards without this fix, because the try/except that runs with the heap locked attempts to increase the size of the globals dict when assigning to the exception variable `e`. Fix that by preallocating the global variable `e`. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/basics/string_fstring.py')
0 files changed, 0 insertions, 0 deletions