summaryrefslogtreecommitdiff
path: root/tests/cmdline/repl_lock.py
blob: 77e2e9327401a9ce6fbd83c145d833b4c6a5b1cc (plain)
1
2
3
4
5
6
7
import micropython
micropython.heap_lock()
1+1
micropython.heap_lock()
None # Cause the repl's line storage to be enlarged ----------------
micropython.heap_lock()
raise SystemExit