Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dtraceback.h14 PyAPI_FUNC(void) _PyTraceback_Add(const char *, const char *, int);
/third_party/python/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.rst1242 Fixed possible memory leak in _PyTraceback_Add() and exception loss in
/third_party/python/Python/
Dtraceback.c258 void _PyTraceback_Add(const char *funcname, const char *filename, int lineno) in _PyTraceback_Add() function
/third_party/python/Modules/_ctypes/
Dcallproc.c995 _PyTraceback_Add("GetResult", "_ctypes/callproc.c", __LINE__-2); in GetResult()
/third_party/python/Modules/
Dpyexpat.c222 _PyTraceback_Add(funcname, __FILE__, lineno); in call_with_frame()