Back off a test.

That means bugs in 2.7 still not fixed. Sigh.
This commit is contained in:
rocky
2016-11-20 11:37:19 -05:00
parent 2bc316d6f0
commit 80df5dcc95
2 changed files with 1 additions and 4 deletions

View File

@@ -45,10 +45,7 @@ class Python27Parser(Python2Parser):
def p_jump27(self, args):
"""
come_froms ::= come_froms COME_FROM
come_froms ::= COME_FROM
_ifstmts_jump ::= c_stmts_opt JUMP_FORWARD come_froms
_ifstmts_jump ::= c_stmts_opt JUMP_FORWARD COME_FROM
bp_come_from ::= POP_BLOCK COME_FROM
# FIXME: Common with 3.0+