Message401882
| 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:26 | gvanrossum | set | recipients: + gvanrossum, paul.moore, tim.golden, eric.snow, zach.ware, steve.dower |
| 2021-09-15 18:49:26 | gvanrossum | set | messageid: <1631731766.28.0.545666025215.issue45188@roundup.psfhosted.org> |
| 2021-09-15 18:49:26 | gvanrossum | link | issue45188 messages |
| 2021-09-15 18:49:26 | gvanrossum | create | |