Skip to content

Commit fc21a43

Browse files
authored
gh-93649: Fix linkage of _PyTestCapi_Init_Vectorcall (#94702)
1 parent cceac5d commit fc21a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_testcapi/parts.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#include "Python.h"
22

3-
PyAPI_FUNC(int) _PyTestCapi_Init_Vectorcall(PyObject *module);
3+
int _PyTestCapi_Init_Vectorcall(PyObject *module);

0 commit comments

Comments
 (0)