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 972ea0f commit ef13286Copy full SHA for ef13286
Tools/gdb/libpython.py
@@ -1268,7 +1268,7 @@ def print_traceback(self):
1268
lineno,
1269
self.co_name.proxyval(visited)))
1270
1271
- def print_traceback_until_shim(self, frame_index = None):
+ def print_traceback_until_shim(self, frame_index=None):
1272
# Print traceback for _PyInterpreterFrame and return previous frame
1273
interp_frame = self
1274
while True:
0 commit comments