mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
bpo-37151: remove _PyCFunction_FastCallDict (GH-14269)
This commit is contained in:
parent
8713aa6dfb
commit
7e1a9aacff
4 changed files with 5 additions and 29 deletions
|
@ -1563,8 +1563,7 @@ class Frame(object):
|
|||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue