You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Make sure "stmts" stays the start rule
This commit is contained in:
@@ -57,7 +57,7 @@ SKIP_TESTS=(
|
||||
[test_fileinput.py]=1 # doesn't terminate
|
||||
[test_finalization.py]=1
|
||||
[test_float.py]=1 # it fails on its own
|
||||
[test_format.py]=1 # FIXME: not getting grammar start rule; works on c90ff51
|
||||
[test_format.py]=1 # FIXME: works on c90ff51
|
||||
[test_functools.py]=1 # it fails on its own
|
||||
[test___future__.py]=1 # syntax error: Investigate
|
||||
|
||||
@@ -72,7 +72,6 @@ SKIP_TESTS=(
|
||||
|
||||
[test_io.py]=1 # it fails on its own
|
||||
[test_imaplib.py]=1
|
||||
[test_imp.py]=1 # FIXME: not getting grammar start rule; works on c90ff51
|
||||
[test_inspect.py]=1 # Syntax error Investigate
|
||||
[test_itertools.py]=1 # test assertion failures
|
||||
|
||||
@@ -109,7 +108,6 @@ SKIP_TESTS=(
|
||||
[test_plistlib.py]=1
|
||||
[test_poll.py]=1 # Takes too long 11 seconds
|
||||
[test_poplib.py]=1
|
||||
[test_posix.py]=1 # FIXME: not getting grammar start rule; works on c90ff51
|
||||
[test_pprint.py]=1 # it fails on its own
|
||||
[test_pulldom.py]=1
|
||||
[test_pyclbr.py]=1 # it fails on its own
|
||||
|
@@ -360,7 +360,7 @@ class Python3Parser(PythonParser):
|
||||
ifelsestmt ::= testexpr c_stmts_opt JUMP_FORWARD else_suite _come_froms
|
||||
|
||||
# FIXME: go over this
|
||||
stmts ::= _stmts last_stmt
|
||||
_stmts ::= _stmts last_stmt
|
||||
stmts ::= last_stmt
|
||||
stmts_opt ::= stmts
|
||||
last_stmt ::= iflaststmt
|
||||
|
Reference in New Issue
Block a user