mark florisson wrote:
I just think it is important for users
to realize that in general, they cannot unblock threads recursively.

I don't think that nested 'with nogil' blocks in any way
suggest that they can. Saying 'with nogil' means "I want
this code executed with the gil released". If it's
already released, the logical meaning is to do nothing
further.

--
Greg
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to