locks

Fredrik Lundh fredrik at pythonware.com
Wed Oct 13 08:32:03 EDT 2004


Diez B. Roggisch wrote:

> And in general: python has the PIL - Python Interpreter Lock -

the lock is usually known as GIL (Global Interpreter Lock).  see:

    http://docs.python.org/api/threads.html

PIL is something else:

    http://www.google.com/search?q=PIL

</F> 






More information about the Python-list mailing list