Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Update Tools/gdb/libpython.py
Co-authored-by: Victor Stinner <[email protected]>
  • Loading branch information
colesbury and vstinner authored Jan 7, 2026
commit ef13286d750708b014c270dc0f486a000a3121da
2 changes: 1 addition & 1 deletion Tools/gdb/libpython.py
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ def print_traceback(self):
lineno,
self.co_name.proxyval(visited)))

def print_traceback_until_shim(self, frame_index = None):
def print_traceback_until_shim(self, frame_index=None):
# Print traceback for _PyInterpreterFrame and return previous frame
interp_frame = self
while True:
Expand Down
Loading