You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Remove trepan debug
This commit is contained in:
@@ -1565,10 +1565,7 @@ class SourceWalker(GenericASTTraversal, object):
|
||||
pass
|
||||
pass
|
||||
else:
|
||||
try:
|
||||
n = ast[iter_index]
|
||||
except:
|
||||
from trepan.api import debug; debug()
|
||||
n = ast[iter_index]
|
||||
assert n == 'list_iter', n
|
||||
|
||||
# FIXME: I'm not totally sure this is right.
|
||||
|
Reference in New Issue
Block a user