summaryrefslogtreecommitdiff
path: root/tests/cmdline/repl_lock.py.exp
blob: d921fd6ae8e9957da3be240acda3dc419ad4e1ca (plain)
1
2
3
4
5
6
7
8
9
10
MicroPython \.\+ version
Type "help()" for more information.
>>> import micropython
>>> micropython.heap_lock()
>>> 1+1
2
>>> micropython.heap_lock()
>>> None # Cause the repl's line storage to be enlarged ----------------
>>> micropython.heap_lock()
>>> raise SystemExit