[issue38597] C Extension import limit

Steve Dower report at bugs.python.org
Sun Mar 1 10:03:44 EST 2020


Steve Dower <steve.dower at python.org> added the comment:

In thinking about this, I think the best way forward is to just remove the logic that might statically link the initialization code, and instead commit to CPython releases always including vcruntime140.dll even if we switch to a newer version one day.

Hopefully third party distributions will do the same, though it should only matter for ABI3 modules that are not recompiled for the newer versions.

----------

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


More information about the Python-bugs-list mailing list