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 4a07ba1 commit 1d5b2e0Copy full SHA for 1d5b2e0
Modules/_testcapi/immortal.c
@@ -1,8 +1,6 @@
1
-#ifndef Py_BUILD_CORE_BUILTIN
2
-# define Py_BUILD_CORE_MODULE 1
3
-#endif
4
-
5
#include "parts.h"
+
+#define Py_BUILD_CORE
6
#include "internal/pycore_long.h" // IMMORTALITY_BIT_MASK
7
8
int verify_immortality(PyObject *object)
0 commit comments