]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105107: Remove PyCFunction_Call() function (#105181)
authorVictor Stinner <vstinner@python.org>
Thu, 1 Jun 2023 09:25:55 +0000 (11:25 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Jun 2023 09:25:55 +0000 (11:25 +0200)
commit27f9491c60606460209c109fc8ad8a6dcfd02f79
treed940076311f27f2a07a11bf23a8fd6ceaa4c27f2
parent7f5afecfd74de7f2fbd6b0cc0cc58b12bb608a19
gh-105107: Remove PyCFunction_Call() function (#105181)

* Keep the function in the stable ABI.
* Add unit tests on PyCFunction_Call() since it remains supported in
  the stable ABI.
Doc/data/stable_abi.dat
Doc/whatsnew/3.13.rst
Include/methodobject.h
Lib/test/test_call.py
Misc/NEWS.d/next/C API/2023-05-30-19-11-09.gh-issue-105107.YQwMnm.rst
Misc/stable_abi.toml
Modules/_testcapimodule.c
Objects/call.c