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 lukasz.langa, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-08-13.15:49:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565711367.34.0.212877315326.issue37841@roundup.psfhosted.org>
In-reply-to
Content
A change made to the python_uwp.vcxproj (or more likely the .cpp file) has introduced a runtime dependency on msvcp140.dll.

As we don't distribute this dependency, and it is not always installed by default, we should statically link it instead.
History
Date User Action Args
2019-08-13 15:49:27steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, lukasz.langa, zach.ware
2019-08-13 15:49:27steve.dowersetmessageid: <1565711367.34.0.212877315326.issue37841@roundup.psfhosted.org>
2019-08-13 15:49:27steve.dowerlinkissue37841 messages
2019-08-13 15:49:27steve.dowercreate