Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove one more
  • Loading branch information
iritkatriel committed Apr 7, 2023
commit d407a35f78eb7fecd06982185f4ada383d608b27
1 change: 0 additions & 1 deletion Lib/idlelib/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,6 @@ def stackviewer(self, flist_oid=None):
tb = tb.tb_next
sys.last_type = typ
sys.last_value = val
sys.last_exc = val
item = stackviewer.StackTreeItem(flist, tb)
return debugobj_r.remote_object_tree_item(item)

Expand Down