Message 319972 - Python tracker

Message319972

Author steve.dower
Recipients Tony Roberts, paul.moore, pitrou, steve.dower, tim.golden, zach.ware
Date 2018-06-19.14:42:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529419340.65.0.56676864532.issue33895@psf.upfronthosting.co.za>
In-reply-to
Content
What about existing code that assumes the GIL is already held?

Also, your patch addresses many more situations than raised here, most of which are unnecessary (GetProcAddress and GetModuleHandle don't block in the way that LoadLibrary and FreeLibrary may).

Perhaps the application needs a way to terminate its threads cleanly, other than simply letting them exit and assuming it will be fine?
History
Date User Action Args
2018-06-19 14:42:20steve.dowersetrecipients: + steve.dower, paul.moore, pitrou, tim.golden, zach.ware, Tony Roberts
2018-06-19 14:42:20steve.dowersetmessageid: <1529419340.65.0.56676864532.issue33895@psf.upfronthosting.co.za>
2018-06-19 14:42:20steve.dowerlinkissue33895 messages
2018-06-19 14:42:20steve.dowercreate