[issue24476] Statically link vcruntime140.dll

Paul Moore report at bugs.python.org
Fri Jun 19 22:04:26 CEST 2015


Paul Moore added the comment:

Cool. Easier distribution is good. Better compatibility with GPL requirements (depending only on "system facilities") is probably helpful for the general community, too.

Embedding in C++ built with a different version of the compiler is always going to be a fun exercise - I can't see this change as making things worse, even if it doesn't end up helping either.

I'm guessing that this specific change won't make much difference to embedding in general - it's the move to the universal CRT that mitigates the worst of the "don't mix C runtimes" issues, rather than this specific change?

Anyway, it's all steps in a positive direction, so that's good.

----------

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


More information about the Python-bugs-list mailing list