]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98586: Add vector call APIs to the Limited API (GH-98587)
authorWenzel Jakob <wenzel.jakob@epfl.ch>
Thu, 27 Oct 2022 09:45:42 +0000 (11:45 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Oct 2022 09:45:42 +0000 (11:45 +0200)
commite60892f9db1316dbabf7a652d7648e4f968b745d
treef3e6c05f67907d2778241c17425ce88a88c407cc
parentd578aaea6257458c199328100cbb5af64c6a043e
gh-98586: Add vector call APIs to the Limited API (GH-98587)

Expose the facilities for making vector calls through Python's limited API.
Doc/data/stable_abi.dat
Include/abstract.h
Include/cpython/abstract.h
Lib/test/test_call.py
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/Core and Builtins/2022-10-24-10-30-30.gh-issue-98586.Tha5Iy.rst [new file with mode: 0644]
Misc/stable_abi.toml
Modules/_testcapi/vectorcall_limited.c
PC/python3dll.c