mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
4 lines
84 B
C
4 lines
84 B
C
|
|
#include "Python.h"
|
||
|
|
|
||
|
|
PyAPI_FUNC(int) _PyTestCapi_Init_Vectorcall(PyObject *module);
|