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 brett.cannon, eryksun, mhammond, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-06-29.21:22:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467235367.93.0.722918879864.issue27417@psf.upfronthosting.co.za>
In-reply-to
Content
> pythoncom and comtypes use the value of sys.coinit_flags when imported

Good to know. Assume we'll add that as well.

Also, with respect to threading, we'd want to initialize on all new threads too. That will require a way to specify that a new thread should be STA/MTA. I'll think about this before proposing a solution (though since it's inherently an OS-specific specialization, having a separate function for this is a fairly safe way to do it).
History
Date User Action Args
2016-06-29 21:22:47steve.dowersetrecipients: + steve.dower, mhammond, brett.cannon, paul.moore, tim.golden, zach.ware, eryksun
2016-06-29 21:22:47steve.dowersetmessageid: <1467235367.93.0.722918879864.issue27417@psf.upfronthosting.co.za>
2016-06-29 21:22:47steve.dowerlinkissue27417 messages
2016-06-29 21:22:47steve.dowercreate