Mark Shannon <m...@hotpy.org> added the comment:

Regarding these three functions:

void PyLineTable_InitAddressRange(const char *linetable, Py_ssize_t length, int 
firstlineno, PyCodeAddressRange *range);
int PyLineTable_NextAddressRange(PyCodeAddressRange *range);
int PyLineTable_PreviousAddressRange(PyCodeAddressRange *range);

They are explicitly not part of the C API (limited or otherwise): 
https://www.python.org/dev/peps/pep-0626/#out-of-process-debuggers-and-profilers

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45316>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to