mirror of
https://github.com/python/cpython
synced 2026-09-28 02:33:18 +03:00
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:
parent
cc71cc9256
commit
37bd8726b8
5 changed files with 46 additions and 41 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue