mirror of
https://github.com/python/cpython.git
synced 2024-11-27 11:55:13 +08:00
gh-93649: Fix linkage of _PyTestCapi_Init_Vectorcall (#94702)
This commit is contained in:
parent
cceac5dd06
commit
fc21a43b1f
@ -1,3 +1,3 @@
|
||||
#include "Python.h"
|
||||
|
||||
PyAPI_FUNC(int) _PyTestCapi_Init_Vectorcall(PyObject *module);
|
||||
int _PyTestCapi_Init_Vectorcall(PyObject *module);
|
||||
|
Loading…
Reference in New Issue
Block a user