Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcode.h168 PyAPI_FUNC(int) PyCode_Addr2Line(PyCodeObject *, int);
/third_party/python/Python/
Dframe.c169 return PyCode_Addr2Line(frame->f_code, addr); in _PyInterpreterFrame_GetLine()
/third_party/python/Doc/c-api/
Dcode.rst64 .. 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,
Dcodeobject.c766 PyCode_Addr2Line(PyCodeObject *co, int addrq) in PyCode_Addr2Line() function
/third_party/python/Doc/whatsnew/
D3.10.rst1964 instead (like :c:func:`PyCode_Addr2Line` for example). Notice as well that the
D3.6.rst2166 ``PyFrame_GetLineNumber()`` or ``PyCode_Addr2Line()`` are not affected.
D3.11.rst2446 Code using ``f_lasti`` with ``PyCode_Addr2Line()`` should use
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