This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients belopolsky, jcea, xdegaye
Date 2013-02-23.14:34:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361630078.19.0.105269888369.issue17277@psf.upfronthosting.co.za>
In-reply-to
Content
The patch (on the default branch) reverts one of the changes made in r72488 to
introduce the new PyFrame_GetLineNumber() function (issue 5954): tb_lineno is
now back again the result of the call to PyCode_Addr2Line() instead of the
call to PyFrame_GetLineNumber().

The other changes made by r72488 in _warnings.c and ceval.c should also
probably be reverted as well.

The patch updates bdb set_continue() for consistency.

The patch adds a test to test_sys_settrace.
History
Date User Action Args
2013-02-23 14:34:38xdegayesetrecipients: + xdegaye, jcea, belopolsky
2013-02-23 14:34:38xdegayesetmessageid: <1361630078.19.0.105269888369.issue17277@psf.upfronthosting.co.za>
2013-02-23 14:34:38xdegayelinkissue17277 messages
2013-02-23 14:34:38xdegayecreate