aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Modules/_xxtestfuzz/fuzz_pycompile_corpus/input5.py
blob: 4cfcfe590ebc95b5b144894cde0fd41e662ea6e9 (plain) (blame)
1
2
3
4
5
6
7
try:
    eval('importer exporter... really long matches')
except SyntaxError:
    print("nothing to see here")
finally:
    print("all done here")
    raise