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, vstinner
Date 2021-10-11.11:02:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633950129.65.0.628319065764.issue45431@roundup.psfhosted.org>
In-reply-to
Content
Mark Shannon:
> Struct names aren't exported as symbols.

Right.

> So, I assume that are worried about name clashes for code that has
> #include "Python.h".

Right :-)

> Isn't the threadstate struct supposed to be opaque?

Technically, it's public. I'm working on making it opaque in bpo-39947.
History
Date User Action Args
2021-10-11 11:02:09vstinnersetrecipients: + vstinner, Mark.Shannon
2021-10-11 11:02:09vstinnersetmessageid: <1633950129.65.0.628319065764.issue45431@roundup.psfhosted.org>
2021-10-11 11:02:09vstinnerlinkissue45431 messages
2021-10-11 11:02:09vstinnercreate