Skip to content

Commit 30c6265

Browse files
committed
Fix Windows build
1 parent 7870668 commit 30c6265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_cext/extension.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#undef NDEBUG
88

99
#ifdef TEST_INTERNAL_C_API
10-
# define Py_BUILD_CORE 1
10+
# define Py_BUILD_CORE_MODULE 1
1111
#endif
1212

1313
#include "Python.h"

0 commit comments

Comments
 (0)