gh-93649: Fix linkage of _PyTestCapi_Init_Vectorcall (#94702)

This commit is contained in:
Oleg Iarygin 2022-07-13 14:22:45 +03:00 committed by GitHub
parent cceac5dd06
commit fc21a43b1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
#include "Python.h"
PyAPI_FUNC(int) _PyTestCapi_Init_Vectorcall(PyObject *module);
int _PyTestCapi_Init_Vectorcall(PyObject *module);