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 a5d026a commit 2ab3e1dCopy full SHA for 2ab3e1d
Modules/pyexpat.c
@@ -1,4 +1,9 @@
1
+#ifndef Py_BUILD_CORE_BUILTIN
2
+# define Py_BUILD_CORE_MODULE 1
3
+#endif
4
+
5
#include "Python.h"
6
+#include "pycore_runtime.h" // _Py_ID()
7
#include <ctype.h>
8
9
#include <stdbool.h>
0 commit comments