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, nedbat, njs, serhiy.storchaka, steve.dower
Date 2017-09-07.03:31:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504755085.33.0.0805655011801.issue31344@psf.upfronthosting.co.za>
In-reply-to
Content
My posted PR implements the "independent flags" option, where f_trace_lines and f_trace_opcodes allow per-line and per-opcode events to be requested independently.

The default is to emit per-line events (as has historically been the case).
History
Date User Action Args
2017-09-07 03:31:25ncoghlansetrecipients: + ncoghlan, gregory.p.smith, nedbat, njs, serhiy.storchaka, steve.dower
2017-09-07 03:31:25ncoghlansetmessageid: <1504755085.33.0.0805655011801.issue31344@psf.upfronthosting.co.za>
2017-09-07 03:31:25ncoghlanlinkissue31344 messages
2017-09-07 03:31:24ncoghlancreate