Skip to content

Commit ef13286

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/gdb/libpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ def print_traceback(self):
12681268
lineno,
12691269
self.co_name.proxyval(visited)))
12701270

1271-
def print_traceback_until_shim(self, frame_index = None):
1271+
def print_traceback_until_shim(self, frame_index=None):
12721272
# Print traceback for _PyInterpreterFrame and return previous frame
12731273
interp_frame = self
12741274
while True:

0 commit comments

Comments
 (0)