We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a5436 commit 9d0e6baCopy full SHA for 9d0e6ba
Tools/gdb/libpython.py
@@ -1252,7 +1252,7 @@ def print_traceback(self):
1252
lineno,
1253
self.co_name.proxyval(visited)))
1254
1255
- def print_traceback_until_shim(self, frame_index: int | None = None):
+ def print_traceback_until_shim(self, frame_index = None):
1256
# Print traceback for _PyInterpreterFrame and return previous frame
1257
interp_frame = self
1258
while True:
0 commit comments