Skip to content

Commit b1aefa6

Browse files
committed
gh-104469 Fix limited C API issue for WASI
1 parent 2e27da1 commit b1aefa6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Modules/_testcapi/vectorcall_limited.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#define Py_LIMITED_API 0x030c0000 // 3.12
22
#include "parts.h"
3-
#include "clinic/vectorcall_limited.c.h"
43

54
#ifdef LIMITED_API_AVAILABLE
6-
5+
#include "clinic/vectorcall_limited.c.h"
76

87

98
/* Test Vectorcall in the limited API */

0 commit comments

Comments
 (0)