It also has a slew of minor asyncio improvements. I will release a matching
asyncio bundle for use with Python 3.3 soon.



On Mon, May 19, 2014 at 12:54 AM, Victor Stinner
<[email protected]>wrote:

> Hi,
>
> If you would like to play with asyncio on Python 3.4, please upgrade
> to 3.4.1. This version fixes at least two bugs which can impact
> asyncio applications:
>
> "q.put(some_tuple) fails when PYTHONASYNCIODEBUG=1"
> http://bugs.python.org/issue21209
>
> "Segfault in gc with cyclic trash"
> http://bugs.python.org/issue21435
>
> Full changelog:
> https://docs.python.org/3.4/whatsnew/changelog.html
>
> Victor
>



-- 
--Guido van Rossum (python.org/~guido)

Reply via email to