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 scoder
Recipients Mark.Shannon, hroncok, petr.viktorin, rhettinger, scoder, vstinner
Date 2021-05-14.15:00:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621004449.81.0.330028927072.issue43760@roundup.psfhosted.org>
In-reply-to
Content
I just noticed that new C-API functions are probably useless for Cython since I think it will have to maintain the CFrame stack, so not to enable "use_tracing" for the (Python) caller but the current (Cython) function. This then means that we own The current CFrame as well as its "use_tracing" field and don't need any help from CPython in order to change the state.

I'm not sure if this is any different for other users of the "use_tracing" field.
History
Date User Action Args
2021-05-14 15:00:49scodersetrecipients: + scoder, rhettinger, vstinner, petr.viktorin, Mark.Shannon, hroncok
2021-05-14 15:00:49scodersetmessageid: <1621004449.81.0.330028927072.issue43760@roundup.psfhosted.org>
2021-05-14 15:00:49scoderlinkissue43760 messages
2021-05-14 15:00:49scodercreate