join in threads

anton wilson anton.wilson at camotion.com
Thu Jul 25 15:16:58 EDT 2002


Is there a reason why join is only available for threads created with the 
threading library? Is there some architectural drawback why I couldn't just 
release the GIL, pthread_join, and then grab the GIL when I'm done? I'm not 
sure what the threading module does but it doesn't seem to use the system's 
join functionality but somehow implements it on its own.

Anton




More information about the Python-list mailing list