Skip to content

Commit 1d5b2e0

Browse files
committed
include pycore_long.h
1 parent 4a07ba1 commit 1d5b2e0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Modules/_testcapi/immortal.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
#ifndef Py_BUILD_CORE_BUILTIN
2-
# define Py_BUILD_CORE_MODULE 1
3-
#endif
4-
51
#include "parts.h"
2+
3+
#define Py_BUILD_CORE
64
#include "internal/pycore_long.h" // IMMORTALITY_BIT_MASK
75

86
int verify_immortality(PyObject *object)

0 commit comments

Comments
 (0)