You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
Bug in for loop with try. Add more of 2.7's COME_FROM statements.
spark.py: add tracing reduce rules. main: reduce cutsines. Start history
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# Tests:
|
||||
# forstmt ::= SETUP_LOOP expr _for designator
|
||||
# for_block POP_BLOCK COME_FROM
|
||||
for a in b:
|
||||
c = d
|
||||
for a in [1]:
|
||||
c = 2
|
||||
|
||||
for a in range(2):
|
||||
c = 2
|
Reference in New Issue
Block a user