ganesh wrote:
>> Did you remeber to acquire the GIL? The GIL is global to the process
> 
> No, I did not use GIL.
> 
> -- Why do we need to use GIL even though python is private to each
> thread?

Quoting from above: "The GIL is global to the process". So no, it is NOT
private to each thread which means "python" isn't either.

At least that is my understanding of the issue.

Uli

-- 
Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to