]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix issue #1689458 by teaching frame_setlineno how to jump to the first line of
authorJeffrey Yasskin <jyasskin@gmail.com>
Wed, 20 May 2009 17:57:57 +0000 (17:57 +0000)
committerJeffrey Yasskin <jyasskin@gmail.com>
Wed, 20 May 2009 17:57:57 +0000 (17:57 +0000)
commitc8d30fec16e8ed7708bddfad8af03728ae2b9e4d
treeb5a578e18254b37828d32350b3099fa96f4053ed
parentcf4ad76a0a429f8cc548aa4dc1d20a37a1fb3fb6
Fix issue #1689458 by teaching frame_setlineno how to jump to the first line of
a code object.
Lib/test/test_trace.py
Objects/frameobject.c