We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325ae93 commit 5a97a93Copy full SHA for 5a97a93
Modules/_testcapi/parts.h
@@ -1,5 +1,8 @@
1
#include "Python.h"
2
3
+/* Always enable assertions */
4
+#undef NDEBUG
5
+
6
int _PyTestCapi_Init_Vectorcall(PyObject *module);
7
int _PyTestCapi_Init_VectorcallLimited(PyObject *module);
8
int _PyTestCapi_Init_Heaptype(PyObject *module);
0 commit comments