Files
python-uncompyle6/test/simple_source/looping/08_while_except_bug.py
2016-06-19 10:30:39 -04:00

10 lines
196 B
Python

# From python 3.4 contextlib
# JUMP_BACK in while causes a problem
while exit_callbacks:
try:
if cb:
exc_details = 5
except:
exc_details = new_exc_details
pass