Steve Dower <steve.do...@python.org> added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33895>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to