commit | 7e1a9aacff95c68d284f31666fe293fa2db5406d | [log] [tgz] |
---|---|---|
author | Jeroen Demeyer <J.Demeyer@UGent.be> | Thu Jun 20 17:38:46 2019 +0200 |
committer | Inada Naoki <songofacandy@gmail.com> | Fri Jun 21 00:38:45 2019 +0900 |
tree | 69fd6366a3bb66c886d4ebcab44aea99c9207920 | |
parent | 8713aa6dfb2a17d6de91943ef1eb0ddba58f5b4a [diff] [blame] |
bpo-37151: remove _PyCFunction_FastCallDict (GH-14269)
diff --git a/Tools/gdb/libpython.py b/Tools/gdb/libpython.py index 93f720a..abfea96 100755 --- a/Tools/gdb/libpython.py +++ b/Tools/gdb/libpython.py
@@ -1563,8 +1563,7 @@ if not caller: return False - if caller in ('_PyCFunction_FastCallDict', - '_PyCFunction_Vectorcall', + if caller in ('_PyCFunction_Vectorcall', 'cfunction_call_varargs'): arg_name = 'func' # Within that frame: