]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106023: Remove _PyObject_FastCall() function (#106265)
authorVictor Stinner <vstinner@python.org>
Fri, 30 Jun 2023 09:46:43 +0000 (11:46 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Jun 2023 09:46:43 +0000 (11:46 +0200)
commit2efdd2a14e5036ba88f95f68e1f006d2ef08249e
tree0aec4850bbf44afdc225d333dcfca1d188a9bdad
parent0b51463862798d3124f542a076e02ea3759551a4
gh-106023: Remove _PyObject_FastCall() function (#106265)
Doc/whatsnew/3.13.rst
Include/cpython/abstract.h
Lib/test/test_call.py
Lib/test/test_gdb.py
Misc/NEWS.d/next/C API/2023-06-30-09-33-25.gh-issue-106023.YvYiE4.rst [new file with mode: 0644]
Modules/_testcapi/vectorcall.c
Objects/call.c