]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove _PyFunction_Vectorcall() API (#107071)
authorVictor Stinner <vstinner@python.org>
Sat, 22 Jul 2023 21:44:33 +0000 (23:44 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Jul 2023 21:44:33 +0000 (21:44 +0000)
commit889851ecc355cad3d79f5692a6dbd3ae3127647b
tree37c72da12a7cff91136642c69c2eec3c274aa5a3
parentc1331ad50891b1727896afe62258bda73a459d40
gh-106320: Remove _PyFunction_Vectorcall() API (#107071)

Move _PyFunction_Vectorcall() API to the internal C API.
No longer export the function.
Include/cpython/funcobject.h
Include/internal/pycore_function.h
Objects/call.c