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 pacampbell, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2022-01-11.11:14:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641899680.83.0.261603076038.issue46303@roundup.psfhosted.org>
In-reply-to
Content
> While attempting to embed the full cpython source in my application, I found that during compilation on Windows, there was a compilation issue due to struct stat not being defined.

Do you get the error when building Python? Or on #include <Python.h> when using the Python C API?

How do you build Python? What is your C compiler?

Can you test if my proposed PR 30528 fix your issue?
History
Date User Action Args
2022-01-11 11:14:40vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, pacampbell
2022-01-11 11:14:40vstinnersetmessageid: <1641899680.83.0.261603076038.issue46303@roundup.psfhosted.org>
2022-01-11 11:14:40vstinnerlinkissue46303 messages
2022-01-11 11:14:40vstinnercreate