Mis spelling corrections

This commit is contained in:
rocky
2024-03-14 05:39:30 -04:00
parent daf54d2740
commit b88af23406
8 changed files with 16 additions and 18 deletions

View File

@@ -54,8 +54,13 @@ class Scanner37Base(Scanner):
super(Scanner37Base, self).__init__(version, show_asm, is_pypy)
self.offset2tok_index = None
self.debug = debug
# True is code is from PyPy
self.is_pypy = is_pypy
# Bytecode converted into instruction
self.insts = []
# Create opcode classification sets
# Note: super initialization above initializes self.opc