Python Gotcha's?
Miki Tebeka
miki.tebeka at gmail.com
Thu Apr 5 19:36:35 EDT 2012
More information about the Python-list mailing list
Thu Apr 5 19:36:35 EDT 2012
- Previous message (by thread): Python Gotcha's?
- Next message (by thread): Python Gotcha's?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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 :)
- Previous message (by thread): Python Gotcha's?
- Next message (by thread): Python Gotcha's?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list