Merge branch 'long-collection-python3' into python-3.3-to-3.5

This commit is contained in:
rocky
2022-04-26 02:38:02 -04:00
6 changed files with 250 additions and 51 deletions

View File

@@ -168,7 +168,7 @@ class Scanner(object):
opname="COLLECTION_START",
attr=collection_enum,
pattr=collection_type,
offset="%s_0" % start_offset,
offset="%s_0" % start_offset,
has_arg=True,
opc=self.opc,
has_extended_arg=False,