Nick Coghlan added the comment:

Yeah, I eventually came around to agreeing that it's better to stick with the 
Ensure/Release model. SwitchInterpreter gets messy when it comes to managing 
the lifecycle of temporary thread states.

So an EnsureEx/ReleaseEx pair with a new struct that includes both the GIL 
state info and either the previous thread state or an interpreter pointer 
sounds good to me.

----------

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

Reply via email to