Skip to content

Commit e9f92ec

Browse files
function inline address
1 parent e44993a commit e9f92ec

11 files changed

Lines changed: 1731 additions & 1244 deletions

File tree

Include/internal/pycore_ceval.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,15 +456,15 @@ _Py_BuiltinCallFastWithKeywords_StackRefSteal(
456456
PyAPI_FUNC(PyObject *)
457457
_PyCallMethodDescriptorFast_StackRefSteal(
458458
_PyStackRef callable,
459-
PyMethodDef *meth,
459+
PyCFunction cfunc,
460460
PyObject *self,
461461
_PyStackRef *arguments,
462462
int total_args);
463463

464464
PyAPI_FUNC(PyObject *)
465465
_PyCallMethodDescriptorFastWithKeywords_StackRefSteal(
466466
_PyStackRef callable,
467-
PyMethodDef *meth,
467+
PyCFunction cfunc,
468468
PyObject *self,
469469
_PyStackRef *arguments,
470470
int total_args);

0 commit comments

Comments
 (0)