We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4d1e0 commit aaaf781Copy full SHA for aaaf781
Modules/getbuildinfo.c
@@ -1,3 +1,7 @@
1
+#ifndef Py_BUILD_CORE_BUILTIN
2
+# define Py_BUILD_CORE_MODULE 1
3
+#endif
4
+
5
#include "Python.h"
6
#include "pycore_pylifecycle.h" // _Py_gitidentifier()
7
0 commit comments