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 vstinner
Recipients asvetlov, db3l, vstinner, yselivanov
Date 2018-01-24.00:36:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516754182.75.0.467229070634.issue32641@psf.upfronthosting.co.za>
In-reply-to
Content
> I suspect this is a compiler bug.

It may be interesting to add the compiler version to test.pythoninfo. It would be simpler to compare Windows buildbots to identify a bug.

Currently, the only info is:

"sys.version: 3.7.0a4+ (heads/master:9d411c1, Jan 23 2018, 15:13:42) [MSC v.1900 32 bit (Intel)]"

Some environment variables are also dumped:

os.environ[VS100COMNTOOLS]: C:\Program Files\Microsoft Visual Studio 10.0\Common7\Tools\
os.environ[VS140COMNTOOLS]: D:\Program Files\Microsoft Visual Studio 14.0\Common7\Tools\
os.environ[VS90COMNTOOLS]: D:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools\

In the compile step, I see lines like:

"Microsoft (R) Build Engine version 14.0.24730.2"

I recall also issues with outdated ucrtbase DLLs. Maybe we can also dump the version of such DLL?
History
Date User Action Args
2018-01-24 00:36:22vstinnersetrecipients: + vstinner, db3l, asvetlov, yselivanov
2018-01-24 00:36:22vstinnersetmessageid: <1516754182.75.0.467229070634.issue32641@psf.upfronthosting.co.za>
2018-01-24 00:36:22vstinnerlinkissue32641 messages
2018-01-24 00:36:22vstinnercreate