Home
last modified time | relevance | path

Searched refs:_PyTraceback_Add (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Include/
Dtraceback.h27 PyAPI_FUNC(void) _PyTraceback_Add(const char *, const char *, int);
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b3.rst55 Fixed possible memory leak in _PyTraceback_Add() and exception loss in
D3.5.3rc1.rst103 Fixed possible memory leak in _PyTraceback_Add() and exception loss in
D3.7.0a1.rst1243 Fixed possible memory leak in _PyTraceback_Add() and exception loss in
/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c212 if (x == NULL) _PyTraceback_Add(what, "_ctypes/callbacks.c", __LINE__ - 1), PyErr_Print() in _CallPythonObject()
Dcallproc.c935 _PyTraceback_Add("GetResult", "_ctypes/callproc.c", __LINE__-2); in GetResult()
/external/python/cpython3/Python/
Dtraceback.c247 void _PyTraceback_Add(const char *funcname, const char *filename, int lineno) in _PyTraceback_Add() function
/external/python/cpython3/Modules/
Dpyexpat.c226 _PyTraceback_Add(funcname, __FILE__, lineno); in call_with_frame()