decorators vs GIL

Anthony Baxter anthonybaxter at gmail.com
Sun Aug 8 09:11:14 EDT 2004


On Sun, 08 Aug 2004 14:57:12 +0200, Xavier Combelle
<xavier.combelle at free.fr> wrote:
> For information is there some internet resources to understand what
> exactly the GIL is about ?

Plenty - try this google search:
http://www.google.com/search?q=site%3Adocs.python.org+GIL
for a couple of simple ones, but there's plenty more - google for
"python GIL" (or "python free-threading" for patches that were 
written against Python 1.4 to remove the single lock. They ended
up slowing down Python significantly.

Note that much has been written about the GIL. Much of the stuff 
I've seen has been from people who obviously don't understand
it, but fear it anyway.

Anthony



More information about the Python-list mailing list