[python-tulip] Thread safety

2015-02-25 Thread Victor Stinner
Hi, On IRC, someone told me that it took him hours to understand that asyncio.Queue is not thread-safe and he expected asyncio.Queue to be thread-safe. I modified the asyncio documentation to mention in almost all classes that asyncio classes are not thread-safe. I didn't touch the doc of lock

Re: [python-tulip] Thread safety

2015-02-25 Thread Ben Darnell
On Wed, Feb 25, 2015 at 8:43 AM, Victor Stinner victor.stin...@gmail.com wrote: Hi, On IRC, someone told me that it took him hours to understand that asyncio.Queue is not thread-safe and he expected asyncio.Queue to be thread-safe. I modified the asyncio documentation to mention in almost