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 andrewvaughanj, eric.smith, matrixise, miss-islington, scoder, vstinner
Date 2021-04-13.12:22:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618316577.71.0.16718034328.issue43816@roundup.psfhosted.org>
In-reply-to
Content
The workaround for this issue is to put extern "C" around #include <Python.h>, or around the header file which includes <Python.h>.
History
Date User Action Args
2021-04-13 12:22:57vstinnersetrecipients: + vstinner, scoder, eric.smith, matrixise, miss-islington, andrewvaughanj
2021-04-13 12:22:57vstinnersetmessageid: <1618316577.71.0.16718034328.issue43816@roundup.psfhosted.org>
2021-04-13 12:22:57vstinnerlinkissue43816 messages
2021-04-13 12:22:57vstinnercreate