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 paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-06-19.19:54:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434743646.97.0.839906240841.issue24476@psf.upfronthosting.co.za>
In-reply-to
Content
There may be some potential issues when hosting Python in a C++ app built with a later version of MSVC, since vcruntime140.dll is predominantly initialization and exceptions for C++. I can't think of anything specific here though, and it seems likely that the host's initialization code would apply for the host. The C Runtime doesn't rely on anything initialized here as far as I know - it's only the C++ libraries.

Shouldn't be any other implications other than slightly easier distribution and slightly larger file sizes. (Haven't actually checked how much larger, but it is no more than 10s of KB which I consider acceptable.)
History
Date User Action Args
2015-06-19 19:54:06steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware
2015-06-19 19:54:06steve.dowersetmessageid: <1434743646.97.0.839906240841.issue24476@psf.upfronthosting.co.za>
2015-06-19 19:54:06steve.dowerlinkissue24476 messages
2015-06-19 19:54:06steve.dowercreate