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 gvanrossum
Recipients eric.snow, gvanrossum, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-09-15.18:49:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631731766.28.0.545666025215.issue45188@roundup.psfhosted.org>
In-reply-to
Content
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]
History
Date User Action Args
2021-09-15 18:49:26gvanrossumsetrecipients: + gvanrossum, paul.moore, tim.golden, eric.snow, zach.ware, steve.dower
2021-09-15 18:49:26gvanrossumsetmessageid: <1631731766.28.0.545666025215.issue45188@roundup.psfhosted.org>
2021-09-15 18:49:26gvanrossumlinkissue45188 messages
2021-09-15 18:49:26gvanrossumcreate