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 lukasz.langa, serhiy.storchaka, xdegaye
Date 2018-03-25.12:01:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521979288.09.0.467229070634.issue33137@psf.upfronthosting.co.za>
In-reply-to
Content
In _PyEval_EvalFrameDefault(), the call to maybe_dtrace_line() sets frame->f_lasti to instr_prev and for that reason, in the ensuing call to maybe_call_line_trace(), the call_trace() function with PyTrace_LINE is not called as it should when a backward jump is not to the first instruction of the line.
History
Date User Action Args
2018-03-25 12:01:28xdegayesetrecipients: + xdegaye, lukasz.langa, serhiy.storchaka
2018-03-25 12:01:28xdegayesetmessageid: <1521979288.09.0.467229070634.issue33137@psf.upfronthosting.co.za>
2018-03-25 12:01:27xdegayelinkissue33137 messages
2018-03-25 12:01:27xdegayecreate