Merge branch 'master' of github.com:rocky/python-uncompyle6

This commit is contained in:
rocky
2019-12-15 21:18:44 -05:00
7 changed files with 13 additions and 3 deletions

View File

@@ -1636,7 +1636,7 @@ class SourceWalker(GenericASTTraversal, object):
pass
pass
else:
if self.version >= 3.6 and node[0] == "LOAD_CONST":
if node[0] == "LOAD_STR":
return
value = self.traverse(node[0])
self.write("(")