TheFlyingDutchman a écrit :
(snip)

> I am confused about the benefits/disadvantages of the "GIL removal".
> Is it correct that the GIL is preventing CPython from having threads?
> 
> Is it correct that the only issue with the GIL is the prevention of
> being able to do multi-threading?

http://docs.python.org/lib/module-thread.html
http://docs.python.org/lib/module-threading.html

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

Reply via email to