Home
last modified time | relevance | path

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

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