Message 338952 - Python tracker

Message338952

Author jdemeyer
Recipients jdemeyer, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-03-27.11:21:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553685661.75.0.808746958355.issue36448@roundup.psfhosted.org>
In-reply-to
Content
On Windows builds, one may get the message

C:\projects\cpython\PCbuild\_freeze_importlib.vcxproj(130,5): error : importlib.h, importlib_external.h, importlib_zipimport.h updated. You will need to rebuild pythoncore to see the changes.

See for example https://bugs.python.org/issue29631 and https://discuss.python.org/t/windows-ci-build-fails-with-you-will-need-to-rebuild-pythoncore-to-see-the-changes/1071

The fix is simply running "make regen-all". It would be good to mention this in that error message.
History
Date User Action Args
2019-03-27 11:21:01jdemeyersetrecipients: + jdemeyer, paul.moore, tim.golden, zach.ware, steve.dower
2019-03-27 11:21:01jdemeyersetmessageid: <1553685661.75.0.808746958355.issue36448@roundup.psfhosted.org>
2019-03-27 11:21:01jdemeyerlinkissue36448 messages
2019-03-27 11:21:01jdemeyercreate