<div dir="ltr">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] <div>
I would love to get some ideas about how to progress, or even better that someone else fix this.<div>Matti</div><div>[0] <a href="https://bugs.pypy.org/issue1696">https://bugs.pypy.org/issue1696</a></div><div>[1] <a href="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">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</a></div>
<div><br></div><div>[3] <a href="http://msdn.microsoft.com/en-us/library/windows/desktop/ms740668(v=vs.85).aspx">http://msdn.microsoft.com/en-us/library/windows/desktop/ms740668(v=vs.85).aspx</a><br><div><br></div></div></div>
</div>