You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Small set literal change
This commit is contained in:
@@ -417,7 +417,7 @@ class Python38Parser(Python37Parser):
|
|||||||
[opname[: opname.rfind("_")] for opname in self.seen_ops]
|
[opname[: opname.rfind("_")] for opname in self.seen_ops]
|
||||||
)
|
)
|
||||||
|
|
||||||
custom_ops_processed = set(["DICT_MERGE"])
|
custom_ops_processed = {"DICT_MERGE"}
|
||||||
|
|
||||||
# Loop over instructions adding custom grammar rules based on
|
# Loop over instructions adding custom grammar rules based on
|
||||||
# a specific instruction seen.
|
# a specific instruction seen.
|
||||||
|
Reference in New Issue
Block a user