On 12 Sep, 15:54, Timothy Madden <terminato...@gmail.com> wrote:

> I find that hard to believe, but I will look into it.

Carl Banks is correct.

There is a mutex called "the global interpreter lock" that takes care
of this. You can have multiple threads running, but access to the
Python interpreter is serialized.



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

Reply via email to