Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dinitconfig.h25 PyAPI_FUNC(int) PyStatus_IsError(PyStatus err);
/third_party/python/Python/
Dinitconfig.c260 int PyStatus_IsError(PyStatus status) in PyStatus_IsError() function
/third_party/python/Doc/c-api/
Dinit_config.rst165 .. c:function:: int PyStatus_IsError(PyStatus status)
/third_party/python/Doc/whatsnew/
D3.8.rst321 * :c:func:`PyStatus_IsError`