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 8d8e794 commit 4a07ba1Copy full SHA for 4a07ba1
Modules/_testcapi/immortal.c
@@ -1,3 +1,7 @@
1
+#ifndef Py_BUILD_CORE_BUILTIN
2
+# define Py_BUILD_CORE_MODULE 1
3
+#endif
4
+
5
#include "parts.h"
6
#include "internal/pycore_long.h" // IMMORTALITY_BIT_MASK
7
0 commit comments