Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325ae93 commit 5a97a93Copy full SHA for 5a97a93
1 file changed
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