Searched refs:_PyTraceback_Add (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Include/ |
D | traceback.h | 27 PyAPI_FUNC(void) _PyTraceback_Add(const char *, const char *, int);
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0b3.rst | 55 Fixed possible memory leak in _PyTraceback_Add() and exception loss in
|
D | 3.5.3rc1.rst | 103 Fixed possible memory leak in _PyTraceback_Add() and exception loss in
|
D | 3.7.0a1.rst | 1243 Fixed possible memory leak in _PyTraceback_Add() and exception loss in
|
/external/python/cpython3/Modules/_ctypes/ |
D | callbacks.c | 212 if (x == NULL) _PyTraceback_Add(what, "_ctypes/callbacks.c", __LINE__ - 1), PyErr_Print() in _CallPythonObject()
|
D | callproc.c | 935 _PyTraceback_Add("GetResult", "_ctypes/callproc.c", __LINE__-2); in GetResult()
|
/external/python/cpython3/Python/ |
D | traceback.c | 247 void _PyTraceback_Add(const char *funcname, const char *filename, int lineno) in _PyTraceback_Add() function
|
/external/python/cpython3/Modules/ |
D | pyexpat.c | 226 _PyTraceback_Add(funcname, __FILE__, lineno); in call_with_frame()
|