Searched refs:_Py_FatalErrorFormat (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Include/cpython/ |
D | pyerrors.h | 209 PyAPI_FUNC(void) _Py_NO_RETURN _Py_FatalErrorFormat(
|
/third_party/python/Objects/ |
D | call.c | 88 _Py_FatalErrorFormat(__func__, in _Py_CheckSlotResult() 96 _Py_FatalErrorFormat(__func__, in _Py_CheckSlotResult()
|
D | obmalloc.c | 2692 _Py_FatalErrorFormat(func, in _PyMem_DebugCheckAddress()
|
/third_party/python/Python/ |
D | pystate.c | 766 _Py_FatalErrorFormat(__func__, "module %p already added", module); in PyState_AddModule() 919 _Py_FatalErrorFormat(__func__, "tstate %p is still current", tstate); in _PyThreadState_Delete() 1548 _Py_FatalErrorFormat(__func__, in PyGILState_Release()
|
D | pylifecycle.c | 2755 _Py_FatalErrorFormat(const char *func, const char *format, ...) in _Py_FatalErrorFormat() function
|
/third_party/python/Modules/_io/ |
D | bufferedio.c | 294 _Py_FatalErrorFormat(__func__, in _enter_buffered_busy()
|