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 paul.moore
Recipients paul.moore
Date 2015-02-13.23:10:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423869048.38.0.453011208999.issue23461@psf.upfronthosting.co.za>
In-reply-to
Content
When building Python (cpython repository, tip revision on the default branch) using Visual Studio 2015 (version downloaded 12/02/2015) I get a message in the build:

C:\Work\Projects\cpython\PCbuild\_freeze_importlib.vcxproj(98,5): error : importlib.h has been updated. You will need to rebuild  pythoncore to see the changes.

This is using the command "PCBuild\build.bat -p x64".

When I check hg status after the build, Python\importlib.h shows as modified.

(I have 2 changed files in the repo, one a documentation file and the other launcher.c. Neither change should affect importlib).
History
Date User Action Args
2015-02-13 23:10:48paul.mooresetrecipients: + paul.moore
2015-02-13 23:10:48paul.mooresetmessageid: <1423869048.38.0.453011208999.issue23461@psf.upfronthosting.co.za>
2015-02-13 23:10:48paul.moorelinkissue23461 messages
2015-02-13 23:10:48paul.moorecreate