You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't believe you never tried this on your own file :)
python2.7 -m compileall fupy.py && python2.7 fupy.py fupy.pyc
Leads to an Assertion Error
I condensed it down to this code snippet, which leads to said assertion error:
try:
if a:
raise b
finally:
pass
A combination of try-finally and a conditional exception raise. May be simpler, but I did not manage to reproduce the error with a smaller piece of code.
The text was updated successfully, but these errors were encountered:
Can't believe you never tried this on your own file :)
python2.7 -m compileall fupy.py && python2.7 fupy.py fupy.pyc
Leads to an Assertion Error
I condensed it down to this code snippet, which leads to said assertion error:
A combination of try-finally and a conditional exception raise. May be simpler, but I did not manage to reproduce the error with a smaller piece of code.
The text was updated successfully, but these errors were encountered: