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 steve.dower
Recipients jkloth, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-01-28.23:54:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454025270.14.0.841433820063.issue26207@psf.upfronthosting.co.za>
In-reply-to
Content
For this particular issue, the way to detect it is to read HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\DevDiv\vc\Servicing\14.0\Tools.X86.X64@UpdateVersion and see if it is at least "14.0.23506".

This doesn't extend to other VS versions, but it should be sufficient to skip the tests for this bug. I really don't want that check in the actual stdlib.
History
Date User Action Args
2016-01-28 23:54:30steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, jkloth, zach.ware, serhiy.storchaka
2016-01-28 23:54:30steve.dowersetmessageid: <1454025270.14.0.841433820063.issue26207@psf.upfronthosting.co.za>
2016-01-28 23:54:30steve.dowerlinkissue26207 messages
2016-01-28 23:54:29steve.dowercreate