[pypy-dev] ssl and win32

matti picus matti.picus at gmail.com
Wed Mar 19 09:35:24 CET 2014


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20140319/5ff70cab/attachment.html>


More information about the pypy-dev mailing list