Get ready for release 3.5.0

This commit is contained in:
rocky
2019-10-12 19:53:17 -04:00
parent 5cb46c2ed3
commit 0b3d6b8add
22 changed files with 329 additions and 7 deletions

View File

@@ -7,10 +7,12 @@ grammar parsing.
"""
import uncompyle6.scanners.scanner14 as scan
# from uncompyle6.scanners.scanner26 import ingest as ingest26
# bytecode verification, verify(), uses JUMP_OPs from here
from xdis.opcodes import opcode_13
JUMP_OPS = opcode_13.JUMP_OPS
# We base this off of 1.4 instead of the other way around