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 fabioz
Recipients fabioz, vstinner
Date 2020-03-16.17:42:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584380574.24.0.397223974928.issue35370@roundup.psfhosted.org>
In-reply-to
Content
>> As a note, the original request was for a Python-level tracing function (so that in the future other Python implementations also provide that function) -- does this need a PEP?

> What do you mean by a Python-level tracing function?

I mean that it's a function to be called from Python (not only from C) -- which hopefully could be adopted by other Python implementations in the long run. 

I.e.: something as adding a thread_id to sys.settrace -- sys.settrace(trace_func, thread_id=None).
History
Date User Action Args
2020-03-16 17:42:54fabiozsetrecipients: + fabioz, vstinner
2020-03-16 17:42:54fabiozsetmessageid: <1584380574.24.0.397223974928.issue35370@roundup.psfhosted.org>
2020-03-16 17:42:54fabiozlinkissue35370 messages
2020-03-16 17:42:54fabiozcreate