Files
Core2forAWS-MicroPython/tests/bytecode/mp-tests/try2.py
T

6 lines
55 B
Python

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