gh-85283: Build errno and _ctypes_test with limited C API (#110955)

_testimportmultiple is now built with limited C API version 3.2.
This commit is contained in:
Victor Stinner 2023-10-17 03:05:20 +02:00 • committed by GitHub
parent cc71cc9256
commit 37bd8726b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 46 additions and 41 deletions

View file

@ -4,7 +4,7 @@
* foo, bar), only the first one is called the same as the compiled file.
*/
#define Py_LIMITED_API 0x030d0000
#define Py_LIMITED_API 0x03020000
#include <Python.h>