Antoon Pardon writes:

Assuming you mean threading.Thread, this is a native thread.  It is not a 
simulation.  Something else is going wrong.

Then I must have something locked.  Here's what I do:

Yes you have locked the GIL. Take a look at the following
URL: http://docs.python.org/api/threads.html, hope it helps.

Yes, thank you.  That was it.

Since I was creating threads, and messing with them, in pure Python with threading.Thread, I never had an opportunity to read this part of the API spec.


Attachment: pgphmv1znQGt9.pgp
Description: PGP signature

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

Reply via email to