Home
last modified time | relevance | path

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

/third_party/python/Include/
Dceval.h17 Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
24 PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
/third_party/python/Objects/
Dcall.c354 PyEval_CallObjectWithKeywords(PyObject *callable, in PyEval_CallObjectWithKeywords() function
/third_party/python/Doc/data/
Dstable_abi.dat171 function,PyEval_CallObjectWithKeywords,3.2,
/third_party/python/PC/
Dpython3dll.c235 EXPORT_FUNC(PyEval_CallObjectWithKeywords)
/third_party/python/Misc/NEWS.d/
D3.6.1rc1.rst26 Fix minor regression of PyEval_CallObjectWithKeywords. It should raise
D3.9.0a1.rst5630 ``PyEval_CallMethod`` and ``PyEval_CallObjectWithKeywords`` are deprecated.
D3.7.0a1.rst735 Fix minor regression of PyEval_CallObjectWithKeywords. It should raise
/third_party/python/Misc/
Dstable_abi.txt580 function PyEval_CallObjectWithKeywords
/third_party/python/Doc/whatsnew/
D3.9.rst1187 ``PyEval_CallMethod`` and ``PyEval_CallObjectWithKeywords`` are deprecated.