This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients Kevin Schlossser, Yurii Leonov, dstufft, eric.araujo, p-ganssle, paul.moore, scoder, steve.dower, tim.golden, zach.ware
Date 2020-01-06.02:34:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578278077.81.0.947035260658.issue38597@roundup.psfhosted.org>
In-reply-to
Content
I haven't looked into _why_ yet, but the first PYD I grabbed from the GitHub link above has had the CRT statically linked. This is not the default (or it should not be), because when we made it the default this exact issue occurred :)

If somehow the default linking mode in distutils has changed, we should fix that. If it is being overridden by Setuptools or Cython then we should get those projects fixed.

Stefan/Paul - do Cython or Setuptools override compiler/linker settings like this at all? Most likely it's the /MT vs /MD option
History
Date User Action Args
2020-01-06 02:34:37steve.dowersetrecipients: + steve.dower, paul.moore, scoder, tim.golden, eric.araujo, zach.ware, dstufft, p-ganssle, Kevin Schlossser, Yurii Leonov
2020-01-06 02:34:37steve.dowersetmessageid: <1578278077.81.0.947035260658.issue38597@roundup.psfhosted.org>
2020-01-06 02:34:37steve.dowerlinkissue38597 messages
2020-01-06 02:34:37steve.dowercreate