]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Fix PyVectorcall_Function doc versionadded (GH-107140) (#107174)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Jul 2023 13:06:46 +0000 (06:06 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2023 13:06:46 +0000 (13:06 +0000)
commit579868e8f1f7995570b2c101b8805e015341f62c
tree6451dc1ec931f7387b6257d187a3a1ce44dc6a72
parent798d83bec89cb2e4565f7e16654fc3908a79a746
[3.11] Fix PyVectorcall_Function doc versionadded (GH-107140) (#107174)

Fix PyVectorcall_Function doc versionadded (GH-107140)

The documentation implies that PyVectorcall_Function() was available in Python 3.8.
This is half-true - it was available under a different name. I think it's clearer to set
the "version added" to 3.9.
(cherry picked from commit 0a9b339363a59be1249189c767ed6f46fd71e1c7)

Co-authored-by: da-woods <dw-git@d-woods.co.uk>
Doc/c-api/call.rst