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 ced1b73 commit 6f04302Copy full SHA for 6f04302
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