Skip to content

Commit

Permalink
pythongh-104469 Fix limited C API issue for WASI
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Aug 14, 2023
1 parent 2e27da1 commit b1aefa6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Modules/_testcapi/vectorcall_limited.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#define Py_LIMITED_API 0x030c0000 // 3.12
#include "parts.h"
#include "clinic/vectorcall_limited.c.h"

#ifdef LIMITED_API_AVAILABLE

#include "clinic/vectorcall_limited.c.h"


/* Test Vectorcall in the limited API */
Expand Down

0 comments on commit b1aefa6

Please sign in to comment.