You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
LOAD_CONST->LOAD_STR bugs and 3.4 kwargsonly
This commit is contained in:
@@ -88,7 +88,7 @@ def customize_for_version3(self, version):
|
||||
code_node = build_class[1][0]
|
||||
class_name = code_node.attr.co_name
|
||||
else:
|
||||
class_name = node[1][0].pattr
|
||||
class_name = node[1][0].attr
|
||||
build_class = node[0]
|
||||
|
||||
assert 'mkfunc' == build_class[1]
|
||||
|
Reference in New Issue
Block a user