Re: Bugfixing python 3.5 asyncio

2015-11-04 Thread Dmitry Panteleev
Hello, Yes, the fix has been merged. If 3.5.1 gets released in a month, it should not be a problem. And looks like it dpends on http://bugs.python.org/issue25446 . Thank you for the information. Dmitry On Wed, Nov 4, 2015 at 5:52 PM, Terry Reedy wrote: > On 11/3/2015 8:24 PM, Dmitry Panteleev w

Re: Bugfixing python 3.5 asyncio

2015-11-04 Thread Terry Reedy
On 11/3/2015 8:24 PM, Dmitry Panteleev wrote: Hello, There is a bug in asyncio.Queue (https://github.com/python/asyncio/issues/268), which makes it unusable for us. It is fixed in master now. I presume that the fix has been merged into the CPython repository (you could check). If so, it shou