summaryrefslogtreecommitdiffstatshomepage
path: root/tests/bytecode/mp-tests/try2.py
blob: efdac047569c761b0b304129dfe50423492c6590 (plain) (blame)
1
2
3
4
5
def f():
    try:
        f()
    finally:
        g()