Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyerrors.h212 PyAPI_FUNC(void) _PyErr_BadInternalCall(const char *filename, int lineno);
215 #define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
/third_party/python/Python/
Derrors.c1027 _PyErr_BadInternalCall(const char *filename, int lineno) in _PyErr_BadInternalCall() function
1046 #define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
/third_party/python/PC/
Dpython3dll.c28 EXPORT_FUNC(_PyErr_BadInternalCall)
/third_party/python/Misc/
Dstable_abi.txt1569 function _PyErr_BadInternalCall