You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
One more LOAD_CONST->LOAD_STR artifact
This commit is contained in:
@@ -2122,7 +2122,7 @@ class SourceWalker(GenericASTTraversal, object):
|
||||
# which are not simple classes like the < 3 case.
|
||||
try:
|
||||
if (first_stmt[0] == 'assign' and
|
||||
first_stmt[0][0][0] == 'LOAD_CONST' and
|
||||
first_stmt[0][0][0] == 'LOAD_STR' and
|
||||
first_stmt[0][1] == 'store' and
|
||||
first_stmt[0][1][0] == Token('STORE_NAME', pattr='__qualname__')):
|
||||
have_qualname = True
|
||||
|
Reference in New Issue
Block a user