Skip to content

Commit bda098e

Browse files
colesburyvstinner
andauthored
Update Tools/gdb/libpython.py
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent ef13286 commit bda098e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tools/gdb/libpython.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,8 +2081,6 @@ def print_traceback_helper(full_info):
20812081
if full_info:
20822082
if info:
20832083
sys.stdout.write('#%i %s\n' % (frame_index, info))
2084-
else:
2085-
sys.stdout.write('#%i\n' % frame_index)
20862084
elif info:
20872085
sys.stdout.write(' %s\n' % info)
20882086
frame = frame.older()

0 commit comments

Comments
 (0)