blocking all threads

Alexandru Mosoi brtzsnr at gmail.com
Mon Sep 29 10:56:06 EDT 2008


how can I block all threads for a specific amount of time? (i need to
sleep whole process for testing purposes). i thought of accessing GIL
and sleep for some amount of time, but I don't know how to do this and
whether GIL is recursive.



More information about the Python-list mailing list