You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
10 lines
196 B
Python
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
|