Home
last modified time | relevance | path

Searched refs:PyStatus_Error (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dinitconfig.h22 PyAPI_FUNC(PyStatus) PyStatus_Error(const char *err_msg);
/third_party/python/Python/
Dinitconfig.c254 PyStatus PyStatus_Error(const char *err_msg) in PyStatus_Error() function
262 { return PyStatus_Error("memory allocation failed"); } in PyStatus_NoMemory()
/third_party/python/Doc/c-api/
Dinit_config.rst144 .. c:function:: PyStatus PyStatus_Error(const char *err_msg)
/third_party/python/Doc/whatsnew/
D3.8.rst318 * :c:func:`PyStatus_Error`