]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114626: Add again _PyCFunctionFastWithKeywords name (GH-115561)
authorVictor Stinner <vstinner@python.org>
Mon, 19 Feb 2024 12:20:46 +0000 (13:20 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Feb 2024 12:20:46 +0000 (13:20 +0100)
commitaa8c1a0d1626b5965c2f3a1d5af15acbb110eac1
tree8bef938d8f5ea9f1f7fb4a7f81e1cc24540b37cb
parentcbe809dfa94385bacaa24beee3976ba77a395589
gh-114626: Add again _PyCFunctionFastWithKeywords name (GH-115561)

Keep the old private _PyCFunctionFastWithKeywords name (Python 3.7)
as an alias to the new public name PyCFunctionFastWithKeywords
(Python 3.13a4).

_PyCFunctionWithKeywords doesn't exist in Python 3.13a3, whereas
_PyCFunctionFastWithKeywords was removed in Python 3.13a4.
Include/methodobject.h
Misc/NEWS.d/next/C API/2024-02-16-15-56-53.gh-issue-114626.ie2esA.rst [new file with mode: 0644]