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 vstinner
Date 2020-04-12.23:01:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586732467.85.0.974458317268.issue40268@roundup.psfhosted.org>
In-reply-to
Content
Over the time, pycore_pystate.h header file becomes more and more complex. It exposes too many internals whereas most consumers only need basic functions like _PyThreadState_GET().

I plan to use this issue as a placeholder for changes to reorganize pycore_pystate.h. I'm working on multiple pull requests.
History
Date User Action Args
2020-04-12 23:01:07vstinnersetrecipients: + vstinner
2020-04-12 23:01:07vstinnersetmessageid: <1586732467.85.0.974458317268.issue40268@roundup.psfhosted.org>
2020-04-12 23:01:07vstinnerlinkissue40268 messages
2020-04-12 23:01:07vstinnercreate