Home
last modified time | relevance | path

Searched refs:PyCode_Addr2Line (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/cpython/
Dcode.h135 PyAPI_FUNC(int) PyCode_Addr2Line(PyCodeObject *, int);
/third_party/python/Doc/c-api/
Dcode.rst55 .. c:function:: int PyCode_Addr2Line(PyCodeObject *co, int byte_offset)
/third_party/python/Objects/
Dlnotab_notes.txt140 (In C, this is implemented by PyCode_Addr2Line().) In order for this to work,
Dframeobject.c49 return PyCode_Addr2Line(f->f_code, f->f_lasti*sizeof(_Py_CODEUNIT)); in PyFrame_GetLineNumber()
Dcodeobject.c1246 PyCode_Addr2Line(PyCodeObject *co, int addrq) in PyCode_Addr2Line() function
/third_party/python/Doc/whatsnew/
D3.6.rst2163 ``PyFrame_GetLineNumber()`` or ``PyCode_Addr2Line()`` are not affected.
D3.10.rst1955 instead (like :c:func:`PyCode_Addr2Line` for example). Notice as well that the
D2.3.rst2002 instead call ``PyCode_Addr2Line(f->f_code, f->f_lasti)``. This will have the
/third_party/python/Misc/
DHISTORY13111 PyCode_Addr2Line().
22436 PyCode_Addr2Line instead (f_lineno is still there, but only kept up