circuitpython/tests/bytecode/mp-tests/try2.py

6 lines
55 B
Python
Raw Normal View History

def f():
try:
f()
finally:
g()