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
