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 andrewtomazos, eric.smith, jpelizza, vstinner, xry111
Date 2021-09-29.08:20:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632903636.67.0.580975519286.issue40642@roundup.psfhosted.org>
In-reply-to
Content
Having two header files with the same name in two directories which are part of the include directories is causing issues like this one :-(

For the internal C API, I solve the issue by adding "pycore_" prefix to filenames.

Maybe pystate.h should be renamed to cpython_pystate.h to avoid to fix the issue. It would include cpython_initconfig.h.
History
Date User Action Args
2021-09-29 08:20:36vstinnersetrecipients: + vstinner, eric.smith, xry111, jpelizza, andrewtomazos
2021-09-29 08:20:36vstinnersetmessageid: <1632903636.67.0.580975519286.issue40642@roundup.psfhosted.org>
2021-09-29 08:20:36vstinnerlinkissue40642 messages
2021-09-29 08:20:36vstinnercreate