Files
RustPython/benches/microbenchmarks/exception_simple.py
2020-12-13 17:06:21 +00:00

5 lines
65 B
Python

try:
raise RuntimeError()
except RuntimeError as e:
pass