[issue24476] Statically link vcruntime140.dll

Steve Dower report at bugs.python.org
Fri Jun 19 19:48:25 CEST 2015


New submission from Steve Dower:

It's possible to statically link the vcruntime140.dll dependency without statically linking the entire CRT, which will save us from having to redistribute the file (meaning the entire CRT dependency is now system components).

Patch to follow, and I'm very +1 on this, but didn't want to skip the chance for people to raise concerns or questions.

----------
assignee: steve.dower
components: Windows
messages: 245511
nosy: paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
stage: patch review
status: open
title: Statically link vcruntime140.dll
type: behavior
versions: Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24476>
_______________________________________


More information about the Python-bugs-list mailing list