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 eric.snow, paul.moore, sobolevn, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-09-16.15:46:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631807212.84.0.712647689124.issue45220@roundup.psfhosted.org>
In-reply-to
Content
> bpo-45188: Windows now regenerates frozen modules at the start of build instead of late (GH-28322)

Maybe the resource compiler needs a header file which is not generated yet, and so the build fails.

In msg401948 logs, I don't see when header files are generated. This build step seems to be fully quiet.
History
Date User Action Args
2021-09-16 15:46:52vstinnersetrecipients: + vstinner, paul.moore, tim.golden, eric.snow, zach.ware, steve.dower, sobolevn
2021-09-16 15:46:52vstinnersetmessageid: <1631807212.84.0.712647689124.issue45220@roundup.psfhosted.org>
2021-09-16 15:46:52vstinnerlinkissue45220 messages
2021-09-16 15:46:52vstinnercreate