Bug in pypy JUMP_IF_NOT_DEBUG handling

This commit is contained in:
rocky
2017-05-19 07:18:25 -04:00
parent b4efa62fad
commit 9c846c309e

View File

@@ -641,6 +641,7 @@ class Python3Parser(PythonParser):
opname, token.attr, customize)
continue
elif opname == 'JUMP_IF_NOT_DEBUG':
v = token.attr
self.add_unique_rule(
"stmt ::= assert_pypy", opname, v, customize)
self.add_unique_rule(