]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
authoradphrost <104581013+adphrost@users.noreply.github.com>
Thu, 15 Sep 2022 15:42:37 +0000 (08:42 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Sep 2022 15:42:37 +0000 (16:42 +0100)
commita41ed975e863ae0ca435783596f14f8492d62f8d
treeb87ceae5a7c55e1131a7cdf02b0cda2b6ca41eaf
parente37ac5fbb6de593521cf218aa05bc58a45c5a7c9
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)

Co-authored-by: Andrew Frost <adfrost@fb.com>
Co-authored-by: Itamar Ostricher <itamarost@gmail.com>
Doc/c-api/function.rst
Doc/whatsnew/3.12.rst
Include/cpython/funcobject.h
Lib/test/test_call.py
Misc/NEWS.d/next/C API/2022-05-03-19-35-37.gh-issue-92193.61VoFL.rst [new file with mode: 0644]
Modules/_testcapi/vectorcall.c
Objects/funcobject.c
Python/ceval.c
Python/specialize.c