mirror of
https://github.com/nasa/trick.git
synced 2025-06-23 01:08:52 +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