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 lemburg
Recipients cgohlke, larry, lemburg, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-08-15.20:19:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439669971.36.0.160229578548.issue24872@psf.upfronthosting.co.za>
In-reply-to
Content
What effect does this static linking of the VC runtime have on libraries that extension modules link at dynamically ?

E.g. say I have an extension which links against an ODBC driver DLL using a different VC runtime than the one used to build Python.

In the past, the has never been an issue, so adding a requirement to rebuild external libraries is pretty much a no-go for Python extension writing. You often have the case where you cannot rebuild the external libraries you want to link against.
History
Date User Action Args
2015-08-15 20:19:31lemburgsetrecipients: + lemburg, paul.moore, larry, tim.golden, cgohlke, zach.ware, steve.dower
2015-08-15 20:19:31lemburgsetmessageid: <1439669971.36.0.160229578548.issue24872@psf.upfronthosting.co.za>
2015-08-15 20:19:31lemburglinkissue24872 messages
2015-08-15 20:19:31lemburgcreate