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 vstinner
Recipients abarry, akaptur, gwk, matrixise, vstinner, xcombelle
Date 2017-07-23.13:02:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYZusO5FAZcNA+46z9RiZ3MOt89hjwJTZhYA5d9=V=aeQ@mail.gmail.com>
In-reply-to <1500731910.53.0.269516803464.issue25571@psf.upfronthosting.co.za>
Content
I suggest to wait until sys.settrace() supports bytecode level tracing,
then rewrite lltrace on top of it, open a new issue to remove C lltrace and
close this issue. You need to write to python-dev if you want to remove the
current C lltrace.
History
Date User Action Args
2017-07-23 13:02:34vstinnersetrecipients: + vstinner, akaptur, gwk, matrixise, xcombelle, abarry
2017-07-23 13:02:34vstinnerlinkissue25571 messages
2017-07-23 13:02:33vstinnercreate