Not working: sync with decompyle3

This commit is contained in:
rocky
2024-03-02 04:22:32 -05:00
parent e3be41164e
commit 5b738cdbe1
3 changed files with 47 additions and 13 deletions

View File

@@ -53,7 +53,7 @@ class Scanner37(Scanner37Base):
if collection_type == "CONST_DICT":
# constant dictionaries work via BUILD_CONST_KEY_MAP and
# handle the values() like sets and lists.
# However the keys() are an LOAD_CONST of the keys.
# However, the keys() are an LOAD_CONST of the keys.
# adjust offset to account for this
count += 1