[issue32507] Change Windows install to applocal UCRT

Paul Moore report at bugs.python.org
Sun Jan 7 17:36:46 EST 2018


Paul Moore <p.f.moore at gmail.com> added the comment:

Oh, so we're talking here about bundling the ucrt installers and then if the user doesn't already have ucrt installed system wide, we will install a local copy, but if they do, we don't do anything? If we install a local copy, then it'll be used until the user installs a system copy, at which point the local copy remains but gets ignored, correct? That seems OK, although I can see a local copy that's not used being confusing - but it's for very few users so no real issue.

I'm not sure what you're saying for venv/virtualenv though? Presumably they will need to copy the local copy if it's present, but that local copy will be ignored if there's a system copy?

----------

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


More information about the Python-bugs-list mailing list