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