I have been slowly trying to work on the failure on win32 of ssl, as
reported in issue 1696 [0]. The issue now includes a 10 line test, using
the stdlib test_ftplib classes. i tried converting the test to run on
untranslated python, but am running into a very strange failure mode
similar to the own-testing failure of ssl_wrap [1]. For some reason a
failing call to socket functions is setting errno==2, which is not a valid
socket call error [3]
I would love to get some ideas about how to progress, or even better that
someone else fix this.
Matti
[0] https://bugs.pypy.org/issue1696
[1]
http://buildbot.pypy.org/summary/longrepr?testname=AppTestSSL.%28%29.test_sslwrap&builder=own-win-x86-32&build=59&mod=module._ssl.test.test_ssl

[3]
http://msdn.microsoft.com/en-us/library/windows/desktop/ms740668(v=vs.85).aspx
_______________________________________________
pypy-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to