New submission from Paul Moore:

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).

----------
messages: 235922
nosy: pmoore
priority: normal
severity: normal
status: open
title: Building on windows modifies importlib.h
versions: Python 3.5

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

Reply via email to