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 9722d7f commit 7612f1eCopy full SHA for 7612f1e
1 file changed
Tools/gdb/libpython.py
@@ -1518,8 +1518,8 @@ def is_other_python_frame(self):
1518
except RuntimeError:
1519
return 'PyCFunction invocation (unable to read "func")'
1520
1521
- elif caller in {'_PyCFunction_FastCallDict',
1522
- '_PyCFunction_FastCallKeywords'}:
+ elif caller in ('_PyCFunction_FastCallDict',
+ '_PyCFunction_FastCallKeywords'):
1523
try:
1524
func = older._gdbframe.read_var('func_obj')
1525
return str(func)
0 commit comments