Will Python 3.0 remove the global interpreter lock (GIL)

Bruno Desthuilliers bruno.42.desthuilliers at wtf.websiteburo.oops.com
Thu Sep 20 07:54:04 EDT 2007


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




More information about the Python-list mailing list