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 jd
Recipients jd, serhiy.storchaka
Date 2020-08-03.08:38:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596443918.11.0.36059188103.issue41435@roundup.psfhosted.org>
In-reply-to
Content
Adding to the thread object might be a good idea, but it does not work if you ever start threads with the low-level `_thread` API.
It's also a different design from the existing `sys._current_frames`.

Adding it on top of a frame is interesting though. I think internally it's more linked to the execution stack in a thread than to a frame, though.
History
Date User Action Args
2020-08-03 08:38:38jdsetrecipients: + jd, serhiy.storchaka
2020-08-03 08:38:38jdsetmessageid: <1596443918.11.0.36059188103.issue41435@roundup.psfhosted.org>
2020-08-03 08:38:38jdlinkissue41435 messages
2020-08-03 08:38:38jdcreate