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, Xtrem532, erlendaasland, gvanrossum, hroncok, jpe, lukasz.langa, miss-islington, pablogsal, petr.viktorin, rhettinger, scoder, vstinner
Date 2021-10-15.14:31:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634308309.73.0.602199433177.issue43760@roundup.psfhosted.org>
In-reply-to
Content
> bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)

I created changes to use it:

* pythoncapi_compat: https://github.com/pythoncapi/pythoncapi_compat/commit/10fde24739cab4547e9c27c31c8804a25e23e8a0
* Cython: https://github.com/cython/cython/pull/4411
* greenlet: https://github.com/python-greenlet/greenlet/pull/267
History
Date User Action Args
2021-10-15 14:31:49vstinnersetrecipients: + vstinner, gvanrossum, rhettinger, jpe, scoder, petr.viktorin, lukasz.langa, Mark.Shannon, hroncok, pablogsal, miss-islington, erlendaasland, Xtrem532
2021-10-15 14:31:49vstinnersetmessageid: <1634308309.73.0.602199433177.issue43760@roundup.psfhosted.org>
2021-10-15 14:31:49vstinnerlinkissue43760 messages
2021-10-15 14:31:49vstinnercreate