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 paul.moore
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-06-19.20:04:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434744266.53.0.151107106459.issue24476@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-06-19 20:04:26paul.mooresetrecipients: + paul.moore, tim.golden, zach.ware, steve.dower
2015-06-19 20:04:26paul.mooresetmessageid: <1434744266.53.0.151107106459.issue24476@psf.upfronthosting.co.za>
2015-06-19 20:04:26paul.moorelinkissue24476 messages
2015-06-19 20:04:26paul.moorecreate