New submission from Jeroen Demeyer <j.deme...@ugent.be>:

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.

----------
components: Windows
messages: 338952
nosy: jdemeyer, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Message "You will need to rebuild pythoncore to see the changes" should 
mention "make regen-all"

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36448>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to