Home
last modified time | relevance | path

Searched refs:PyEval_CallObjectWithKeywords (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dceval.h27 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
34 PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
/third_party/python/Objects/
Dcall.c405 PyEval_CallObjectWithKeywords(PyObject *callable, in PyEval_CallObjectWithKeywords() function
/third_party/python/PC/
Dpython3dll.c241 EXPORT_FUNC(PyEval_CallObjectWithKeywords)
/third_party/python/Doc/data/
Dstable_abi.dat181 function,PyEval_CallObjectWithKeywords,3.2,,
/third_party/python/Misc/
Dstable_abi.toml670 [function.PyEval_CallObjectWithKeywords]
DNEWS16543 ``PyEval_CallMethod`` and ``PyEval_CallObjectWithKeywords`` are
24157 - bpo-29684: Fix minor regression of PyEval_CallObjectWithKeywords. It
27996 - bpo-29684: Fix minor regression of PyEval_CallObjectWithKeywords. It
/third_party/python/Doc/whatsnew/
D3.9.rst1202 ``PyEval_CallMethod`` and ``PyEval_CallObjectWithKeywords`` are deprecated.