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 eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-07-15.00:17:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436919444.77.0.44928851123.issue24634@psf.upfronthosting.co.za>
In-reply-to
Content
> ctypes could activate this context before calling LoadLibrary.

That would break anyone else who's manually managing their own activation context around ctypes. At best we could expose functions to enable Python's activation context (which I'm willing to help review and merge a patch for on the other issue), but calling them while importing uuid when we know that we should just skip that part of the module's logic is silly.
History
Date User Action Args
2015-07-15 00:17:25steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun
2015-07-15 00:17:24steve.dowersetmessageid: <1436919444.77.0.44928851123.issue24634@psf.upfronthosting.co.za>
2015-07-15 00:17:24steve.dowerlinkissue24634 messages
2015-07-15 00:17:23steve.dowercreate