pycdc
pycdc copied to clipboard
I have an error.. opcode RERAISE, Warning..
I do pycdc.exe control.pyc > control.py but error comes out.. Unsupported opcode: RERAISE Warning: Stack history is not empty! Warning: block stack is not empty! how can I fix?
python 3.9
I also experienced the same error.
It seems to be a problem caused by the update.
you can use past on June23, 2022(https://github.com/zrax/pycdc/tree/25497aabb372eb3ca2b6a8cf0564c307d1f7afa7)
and refer closed issue metion in link below: https://github.com/zrax/pycdc/issues/258#issuecomment-1146956580
its not working.. python 3.10
Duplicate #450