[issue19262] Add asyncio (tulip, PEP 3156) to stdlib

Guido van Rossum report at bugs.python.org
Tue Oct 15 00:50:56 CEST 2013


Guido van Rossum added the comment:

OK, here's a new patch that includes tests.

To run the tests, I use:

./python.exe Lib/test/regrtest.py  --fromfile Lib/test/test_asyncio/tests.txt --verbose

There are a total of 4 individual test failures, all having to do with SSL:

ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:589)

Did anything change in the ssl module recently?

----------
Added file: http://bugs.python.org/file32127/asyncio3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19262>
_______________________________________


More information about the Python-bugs-list mailing list