Skip to content

Commit 8931a67

Browse files
committed
Fix _PyObject_Call redefinition.
1 parent 127e768 commit 8931a67

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Include/internal/pycore_call.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,6 @@ PyAPI_FUNC(void) _PyStack_UnpackDict_FreeNoDecRef(
179179
PyAPI_FUNC(PyObject *)
180180
_PyObject_CallOneArgTstate(PyThreadState *tstate, PyObject *func, PyObject *arg);
181181

182-
PyAPI_FUNC(PyObject *)
183-
_PyObject_Call(PyThreadState *tstate, PyObject *callable,
184-
PyObject *args, PyObject *kwargs);
185-
186182
#ifdef __cplusplus
187183
}
188184
#endif

0 commit comments

Comments
 (0)