mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #23184: idlelib, remove more unused names and imports.
This commit is contained in:
parent
2733618fd9
commit
038c16b9a0
6 changed files with 10 additions and 20 deletions
|
@ -98,7 +98,7 @@ class IdbAdapter:
|
|||
else:
|
||||
tb = tracebacktable[tbid]
|
||||
stack, i = self.idb.get_stack(frame, tb)
|
||||
stack = [(wrap_frame(frame), k) for frame, k in stack]
|
||||
stack = [(wrap_frame(frame2), k) for frame2, k in stack]
|
||||
return stack, i
|
||||
|
||||
def run(self, cmd):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue