Message199965
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? |
|
Date |
User |
Action |
Args |
2013-10-14 22:51:01 | gvanrossum | set | recipients:
+ gvanrossum, georg.brandl, pitrou, larry, sbt, serhiy.storchaka |
2013-10-14 22:50:56 | gvanrossum | set | messageid: <1381791056.05.0.0298789958882.issue19262@psf.upfronthosting.co.za> |
2013-10-14 22:50:56 | gvanrossum | link | issue19262 messages |
2013-10-14 22:50:56 | gvanrossum | create | |
|