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 BreamoreBoy, larry, mrabarnett, paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Date 2015-08-12.03:18:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439349518.06.0.573029698344.issue24847@psf.upfronthosting.co.za>
In-reply-to
Content
Mark, IIRC you've got VS 2015? Anyone with VS 2015 installed (or the full CRT redistributable) is unaffected because the required file is already in their system path - this includes my build machine, which is why all my tkinter tests passed before pushing the release (currently figuring out a way to avoid this in future without needing extra machines).

This is also why I'm worried about extensions built with non-distutils based tools. Anyone with the compiler has the current version of vcruntime.dll, but users may not (this is the versioning issue - someone might build with vcruntime150.dll which then won't work with vcruntime140.dll, so I'm trying to just block the DLL entirely).
History
Date User Action Args
2015-08-12 03:18:38steve.dowersetrecipients: + steve.dower, paul.moore, larry, tim.golden, mrabarnett, BreamoreBoy, python-dev, zach.ware
2015-08-12 03:18:38steve.dowersetmessageid: <1439349518.06.0.573029698344.issue24847@psf.upfronthosting.co.za>
2015-08-12 03:18:38steve.dowerlinkissue24847 messages
2015-08-12 03:18:37steve.dowercreate