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 Karen
Recipients Karen
Date 2017-02-23.10:01:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487844100.2.0.365499340143.issue29631@psf.upfronthosting.co.za>
In-reply-to
Content
We use VS2015 to build Python(branch 3.6)on Windows. It failed with error "importlib.h, importlib_external.h updated. You will need to rebuild pythoncore to see the changes". This error is reported from Python 3.6 branch revision 3ab24bd. The detailed error log file is attached. Could you please help to take a look? Thank you so much!

Here is repro steps:
1. git clone -b "3.6" -c core.autocrlf=true https://github.com/python/cpython.git D:\Python3\src
2. checkout the revision to 3ab24bd.
3. build -e -r -v
History
Date User Action Args
2017-02-23 10:01:43Karensetrecipients: + Karen
2017-02-23 10:01:40Karensetmessageid: <1487844100.2.0.365499340143.issue29631@psf.upfronthosting.co.za>
2017-02-23 10:01:40Karenlinkissue29631 messages
2017-02-23 10:01:40Karencreate