j
k
j a
j l
I wrote:
+ lineno = frame.f_lineno + + c = frame.f_code + if not hasattr(c, 'co_lnotab'): + return tb.tb_lineno
that "return" statement should be: return lineno Cheers /F
Back to the thread
Back to the list