mirror of
https://github.com/nasa/trick.git
synced 2025-03-02 20:08:42 +00:00
PyFrame_GetLineNumber is not present in python 2.6. We have to use PyCode_Addr2Line instead to get the line number. refs #231
PyFrame_GetLineNumber is not present in python 2.6. We have to use PyCode_Addr2Line instead to get the line number. refs #231