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 Mark.Shannon, scoder, serhiy.storchaka, vstinner
Date 2021-10-14.10:52:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634208774.89.0.821536903866.issue45247@roundup.psfhosted.org>
In-reply-to
Content
My first attempt: Add PyThreadState_EnterTracing() and PyThreadState_LeaveTracing()
https://github.com/python/cpython/pull/28542

It adds an abstraction on accesses to PyThreadState.tracing and PyThreadState.cframe.use_tracing members.
History
Date User Action Args
2021-10-14 10:52:54vstinnersetrecipients: + vstinner, scoder, Mark.Shannon, serhiy.storchaka
2021-10-14 10:52:54vstinnersetmessageid: <1634208774.89.0.821536903866.issue45247@roundup.psfhosted.org>
2021-10-14 10:52:54vstinnerlinkissue45247 messages
2021-10-14 10:52:54vstinnercreate