Steve Dower added the comment: > 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue24634> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com