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 erik flister, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-06-13.16:50:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434214202.47.0.193091923569.issue24429@psf.upfronthosting.co.za>
In-reply-to
Content
About the only possible solution here would be to special case ctypes to detect msvcr90 as a parameter (later versions of the CRT don't need it) and also whether another activation context already exists. We could also document the need for a complete manifest in the embedding docs. All of this really only affects 2.7, as later versions of Python don't necessarily suffer the same limitation (unless someone wants to load msvcr90 explicitly).

What functionality do you need that you can't get some other way (such as the msvcrt module)? Or is it just the uuid issue?
History
Date User Action Args
2015-06-13 16:50:02steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, erik flister
2015-06-13 16:50:02steve.dowersetmessageid: <1434214202.47.0.193091923569.issue24429@psf.upfronthosting.co.za>
2015-06-13 16:50:02steve.dowerlinkissue24429 messages
2015-06-13 16:50:02steve.dowercreate