[issue45220] Windows builds sometimes fail on Azure and GitHub Action: fatal error RC1116: RC terminating after preprocessor errors

STINNER Victor report at bugs.python.org
Thu Sep 16 11:46:52 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

> 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45220>
_______________________________________


More information about the Python-bugs-list mailing list