circuitpython/tests/cmdline/repl_lock.py.exp
Jeff Epler 3bad046b5f tests: Add test for heap lock in REPL.
Signed-off-by: Jeff Epler <jepler@gmail.com>
2025-08-20 17:36:13 -05:00

10 lines
245 B
Text

MicroPython \.\+ version
Use \.\+
>>> import micropython
>>> micropython.heap_lock()
>>> 1+1
2
>>> micropython.heap_lock()
>>> ####################################################################
>>> micropython.heap_lock()
>>> raise SystemExit