Python Gotcha's?

Miki Tebeka miki.tebeka at gmail.com
Thu Apr 5 19:36:35 EDT 2012


> 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 :)



More information about the Python-list mailing list