[issue45188] De-couple the Windows builds from freezing modules.

Guido van Rossum report at bugs.python.org
Wed Sep 15 14:49:26 EDT 2021


Guido van Rossum <guido at python.org> added the comment:

I tried this:

- remove the generated .h files
- touched dictobject.c
- touched dictobject.h

After each step I tried to rebuild. Each case the compilation of frozen.c failed and then the build stopped, so apparently the .h files weren't generated early enough.

Here's the error message:

C:\Users\gvanrossum\cpython\Python\frozen.c(44,10): fatal error C1083: Cannot open include file: 'frozen_modules/abc.
h': No such file or directory [C:\Users\gvanrossum\cpython\PCbuild\pythoncore.vcxproj]

----------

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


More information about the Python-bugs-list mailing list