PyCode_Addr2Line

Return the line number associated with the specified bytecode index in this code object. If you just need the line number of a frame, use PyFrame_GetLineNumber() instead.

extern (C)
int
PyCode_Addr2Line

Meta