You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Cut-n-paste grammar rule bug
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
SKIP_TESTS=(
|
||||
[test_atexit.py]=1 # The atexit test staring at 3.3 looks for specific comments in error lines
|
||||
[test_atexit.py]=1 # The atexit test starting at 3.3 looks for specific comments in error lines
|
||||
[test_buffer.py]=1 # parse error
|
||||
[test_cmd_line.py]=1 # too long?
|
||||
[test_concurrent_futures.py]=1 # too long?
|
||||
|
@@ -19,7 +19,6 @@ class Python35Parser(Python34Parser):
|
||||
|
||||
# FIXME! isolate this to only loops!
|
||||
_ifstmts_jump ::= c_stmts_opt come_froms
|
||||
ifelsestmt ::= testexpr c_stmts_opt JUMP_FORWARD
|
||||
ifelsestmt ::= testexpr c_stmts_opt jump_forward_else else_suite _come_froms
|
||||
|
||||
pb_ja ::= POP_BLOCK JUMP_ABSOLUTE
|
||||
|
Reference in New Issue
Block a user