Skip to content

Commit 6f04302

Browse files
committed
Fix make check-c-globals
1 parent ced1b73 commit 6f04302

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Modules/getbuildinfo.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#ifndef Py_BUILD_CORE_BUILTIN
2+
# define Py_BUILD_CORE_MODULE 1
3+
#endif
4+
15
#include "Python.h"
26
#include "pycore_pylifecycle.h" // _Py_gitidentifier()
37

0 commit comments

Comments
 (0)