Skip to content

Commit 004108d

Browse files
committed
Use PyAPI_FUNC for _PyObject_Call
1 parent e880b9c commit 004108d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/internal/pycore_call.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ extern PyObject* _PyObject_VectorcallDictTstate(
4646
size_t nargsf,
4747
PyObject *kwargs);
4848

49-
extern PyObject* _PyObject_Call(
49+
PyAPI_FUNC(PyObject*) _PyObject_Call(
5050
PyThreadState *tstate,
5151
PyObject *callable,
5252
PyObject *args,

0 commit comments

Comments
 (0)