We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e27da1 commit b1aefa6Copy full SHA for b1aefa6
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