Better test coverage of operators (in 2.7 and 3.0)

This commit is contained in:
rocky
2019-11-18 18:10:58 -05:00
parent e713169bdf
commit ca7f483dbb
7 changed files with 56 additions and 2 deletions

View File

@@ -62,7 +62,8 @@ class Scanner3(Scanner):
# Create opcode classification sets
# Note: super initilization above initializes self.opc
# Ops that start SETUP_ ... We will COME_FROM with these names
# For ops that start SETUP_ ... we will add COME_FROM with these names
# at the their targets.
# Some blocks and END_ statements. And they can start
# a new statement
if self.version < 3.8: