You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
Handle Python 2 vs 3 raise syntax change
raise_stmt ::= "raise" expression "," expression becomes: raise_stmt ::= "raise" expression from expression raise expr, expr -> raise
This commit is contained in:
BIN
test/bytecode_2.6/03_raise_from.pyc
Normal file
BIN
test/bytecode_2.6/03_raise_from.pyc
Normal file
Binary file not shown.
Reference in New Issue
Block a user