cpython/Doc/data
Victor Stinner 579c41c102
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()
2023-05-31 11:17:06 +00:00
..
refcounts.dat gh-101578: Amend exception docs (#102057) 2023-02-21 09:15:49 +01:00
stable_abi.dat gh-105107: Remove PyEval_CallFunction() function (#105108) 2023-05-31 11:17:06 +00:00