commit | ba8b6bc86fcb00b37a53f8edd8f38c4b0e77f3a5 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Sat Jun 05 14:11:59 2004 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Sat Jun 05 14:11:59 2004 +0000 |
tree | 7e86e9f0ed052b5173e1c8d1e204fb4da599683d | |
parent | 39aef79821d9ad8d428b14b59190bd0ca0c550d9 [diff] |
[Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback line #s; fix is to look at tb.tb_lineno, not tb.frame.f_lineno. Patch from Robin Becker and me.