You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
track source deparsing superclass bug fix
This commit is contained in:
@@ -26,7 +26,7 @@ node 2 range information, it in %c, is copied to nodes 0 and 1.
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import inspect, re, sys
|
||||
import re, sys
|
||||
|
||||
from uncompyle6 import PYTHON3
|
||||
from uncompyle6.code import iscode
|
||||
@@ -864,8 +864,6 @@ class FragmentsWalker(pysource.SourceWalker, object):
|
||||
return self.extract_node_info(p), p
|
||||
|
||||
def print_super_classes(self, node):
|
||||
node[1][0].parent = node
|
||||
node = node[1][0]
|
||||
if not (node == 'build_list'):
|
||||
return
|
||||
|
||||
|
Reference in New Issue
Block a user