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 jd, methane, vstinner
Date 2020-02-11.13:05:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581426331.71.0.0508621297756.issue39599@roundup.psfhosted.org>
In-reply-to
Content
> This happens on a custom C module (built via Cython) when using including <internal/pystate.h> with -DPy_BUILD_CORE. I'm not sure it'd happen otherwise.

By the way, I don't think that wheel packages are designed to C extensions accessing Python internals.

The internal C API is excluded from the stable ABI.
History
Date User Action Args
2020-02-11 13:05:31vstinnersetrecipients: + vstinner, methane, jd
2020-02-11 13:05:31vstinnersetmessageid: <1581426331.71.0.0508621297756.issue39599@roundup.psfhosted.org>
2020-02-11 13:05:31vstinnerlinkissue39599 messages
2020-02-11 13:05:31vstinnercreate