Adrien Bruneton writes:
> I am having a hard time understanding what is the proper use of
> PyGILState_Ensure/Release.
> My understanding is that one should always be matched with the other,
> and that this high level API auto-magically deals with the ThreadState
> creation.
>
> However the follo
Hello all,
I am having a hard time understanding what is the proper use of
PyGILState_Ensure/Release.
My understanding is that one should always be matched with the other,
and that this high level API auto-magically deals with the ThreadState
creation.
However the following piece of code (ex