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 86e7c61 commit eeb9070Copy full SHA for eeb9070
Modules/_testclinic_limited.c
@@ -1,3 +1,9 @@
1
+// _testclinic_limited can built with the Py_BUILD_CORE_BUILTIN macro defined
2
+// if one of the Modules/Setup files asks to build it as "static" (gh-109723).
3
+#undef Py_BUILD_CORE
4
+#undef Py_BUILD_CORE_MODULE
5
+#undef Py_BUILD_CORE_BUILTIN
6
+
7
// For now, only limited C API 3.13 is supported
8
#define Py_LIMITED_API 0x030d0000
9
0 commit comments