[issue37841] Python store app launcher has dependency on msvcp140.dll

Steve Dower report at bugs.python.org
Tue Aug 13 11:49:27 EDT 2019


New submission from Steve Dower <steve.dower at python.org>:

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.

----------
assignee: steve.dower
components: Windows
messages: 349575
nosy: lukasz.langa, paul.moore, steve.dower, tim.golden, zach.ware
priority: release blocker
severity: normal
stage: needs patch
status: open
title: Python store app launcher has dependency on msvcp140.dll
type: crash
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37841>
_______________________________________


More information about the Python-bugs-list mailing list