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 6af2303 commit 013a18aCopy full SHA for 013a18a
Programs/_testembed.c
@@ -1,10 +1,13 @@
1
-/* FIXME: PEP 587 makes these functions public */
2
#ifndef Py_BUILD_CORE_MODULE
3
# define Py_BUILD_CORE_MODULE
4
#endif
5
+/* Always enable assertion (even in release mode) */
6
+#undef NDEBUG
7
+
8
#include <Python.h>
-#include "pycore_initconfig.h" /* FIXME: PEP 587 makes these functions public */
9
+#include "pycore_initconfig.h" /* _PyConfig_InitCompatConfig() */
10
+#include "pycore_pystate.h" /* _PyRuntime */
11
12
#include "pythread.h"
13
#include <inttypes.h>
0 commit comments