diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-31 11:17:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 11:17:06 (GMT) |
commit | 579c41c10224a004c3e89ed9088771325c1c1a98 (patch) | |
tree | 44588e43b779dd64f0bb9eb526c3c02a9301299d /Python/thread.c | |
parent | adccff3b3f9fbdb58cb4b8fde92456e6dd078af0 (diff) | |
download | cpython-579c41c10224a004c3e89ed9088771325c1c1a98.zip cpython-579c41c10224a004c3e89ed9088771325c1c1a98.tar.gz cpython-579c41c10224a004c3e89ed9088771325c1c1a98.tar.bz2 |
gh-105107: Remove PyEval_CallFunction() function (#105108)
Remove 4 functions from the C API, deprecated in Python 3.9:
* PyEval_CallObjectWithKeywords()
* PyEval_CallObject()
* PyEval_CallFunction()
* PyEval_CallMethod()
Keep 3 functions in the stable ABI:
* PyEval_CallObjectWithKeywords()
* PyEval_CallFunction()
* PyEval_CallMethod()
Diffstat (limited to 'Python/thread.c')
0 files changed, 0 insertions, 0 deletions