Message364344
| 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:54 | fabioz | set | recipients: + fabioz, vstinner |
| 2020-03-16 17:42:54 | fabioz | set | messageid: <1584380574.24.0.397223974928.issue35370@roundup.psfhosted.org> |
| 2020-03-16 17:42:54 | fabioz | link | issue35370 messages |
| 2020-03-16 17:42:54 | fabioz | create | |