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 8d3cb1b commit 4ce1852Copy full SHA for 4ce1852
Modules/_testcapi/vectorcall_limited.c
@@ -1,9 +1,8 @@
1
#define Py_LIMITED_API 0x030c0000 // 3.12
2
#include "parts.h"
3
-#include "clinic/vectorcall_limited.c.h"
4
5
#ifdef LIMITED_API_AVAILABLE
6
-
+#include "clinic/vectorcall_limited.c.h"
7
8
9
/* Test Vectorcall in the limited API */
0 commit comments