mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
9 lines
273 B
C
9 lines
273 B
C
#include "Python.h"
|
|
|
|
/* Always enable assertions */
|
|
#undef NDEBUG
|
|
|
|
int _PyTestCapi_Init_Vectorcall(PyObject *module);
|
|
int _PyTestCapi_Init_VectorcallLimited(PyObject *module);
|
|
int _PyTestCapi_Init_Heaptype(PyObject *module);
|
|
int _PyTestCapi_Init_Unicode(PyObject *module);
|