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 ncoghlan
Recipients gregory.p.smith, ncoghlan
Date 2017-09-04.22:03:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504562620.58.0.125275305425.issue31344@psf.upfronthosting.co.za>
In-reply-to
Content
In order to test issue 29988 reliably, we want the ability to run trace hooks for every opcode in a frame, rather than for every line.

The simplest API we've been able to come up with for that is a "f_trace_opcodes" attribute on the frame which we set from the trace hook the first time that it runs.
History
Date User Action Args
2017-09-04 22:03:40ncoghlansetrecipients: + ncoghlan, gregory.p.smith
2017-09-04 22:03:40ncoghlansetmessageid: <1504562620.58.0.125275305425.issue31344@psf.upfronthosting.co.za>
2017-09-04 22:03:40ncoghlanlinkissue31344 messages
2017-09-04 22:03:40ncoghlancreate