]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback line...
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 5 Jun 2004 14:14:49 +0000 (14:14 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 5 Jun 2004 14:14:49 +0000 (14:14 +0000)
commit832166025a3f7e679ce669d42419572a947ff46c
treec3f8a86f3f543de0b50545a7fad42dfc688c8a97
parent4e1580f988ce24ee71151ace3ccbb137a97a5dd6
[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.
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS