I want to release the GIL

Piotr Sobolewski piotr_sobolewski at o2.pl
Tue Oct 21 02:58:00 EDT 2008


Thanks for answers.
But what about my main question? Is it possible to release GIL without
sleeping? I know that in this example situation I can achieve my goals
without that - I can just move sleep outside of locked block. But I
just want to know it for future - can I just do something like
thread.gil_release()?





More information about the Python-list mailing list