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 9b0b5d2 commit 5dd21f5Copy full SHA for 5dd21f5
Modules/_testcapimodule.c
@@ -10,7 +10,10 @@
10
11
The Visual Studio projects builds _testcapi with Py_BUILD_CORE_MODULE
12
macro defined, but only the public C API must be tested here. */
13
+
14
#undef Py_BUILD_CORE_MODULE
15
+/* Always enable assertions */
16
+#undef NDEBUG
17
18
#define PY_SSIZE_T_CLEAN
19
Modules/_testinternalcapi.c
@@ -6,6 +6,9 @@
6
# error "Py_BUILD_CORE_BUILTIN or Py_BUILD_CORE_MODULE must be defined"
7
#endif
8
9
#include "Python.h"
0 commit comments