]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
authorPetr Viktorin <encukou@gmail.com>
Mon, 8 Aug 2022 12:12:05 +0000 (14:12 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Aug 2022 12:12:05 +0000 (14:12 +0200)
commit656dad702d3b25bf678ee9bd7109d98876946258
treed532248aca4a64f0ad9fb431f34398c1afc05ff5
parentcc9160a29bc3356ced92348bcd8e6668c67167c9
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
18 files changed:
Doc/data/stable_abi.dat
Doc/whatsnew/3.12.rst
Include/abstract.h
Include/cpython/abstract.h
Include/cpython/object.h
Include/object.h
Lib/test/test_call.py
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/C API/2022-08-01-16-21-39.gh-issue-93274.QoDHEu.rst [new file with mode: 0644]
Misc/stable_abi.toml
Modules/Setup.stdlib.in
Modules/_testcapi/parts.h
Modules/_testcapi/vectorcall_limited.c [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/call.c
PC/python3dll.c
PCbuild/_testcapi.vcxproj
PCbuild/_testcapi.vcxproj.filters