> Now, if you wish to boggle your mind about something pythonic, how about 
> mutexes not being thread safe (http://bugs.python.org/issue1746071)?
This is and old and deprecated module, you should not use it.

Use http://docs.python.org/library/threading.html#threading.Lock and friends 
instead.

IMO the bug should be to remove this module and it's documentation :)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to