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, eric.snow, fabioz, iritkatriel, vstinner
Date 2022-04-06.13:20:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649251211.75.0.233217751272.issue39947@roundup.psfhosted.org>
In-reply-to
Content
I would be nice to make the PyThreadState opaque in Python 3.12. IMO it's too late for Python 3.11. Hopefully, Cython should be prepared for such change. At the beginning, maybe Cython can just use the internal C API, as it does to access the internal PyFrameObject structure.
History
Date User Action Args
2022-04-06 13:20:11vstinnersetrecipients: + vstinner, fabioz, Mark.Shannon, eric.snow, iritkatriel
2022-04-06 13:20:11vstinnersetmessageid: <1649251211.75.0.233217751272.issue39947@roundup.psfhosted.org>
2022-04-06 13:20:11vstinnerlinkissue39947 messages
2022-04-06 13:20:11vstinnercreate