New submission from mattip <[email protected]>: About this failure http://buildbot.pypy.org/builders/pypy-c-jit-win-x86- 32/builds/929/steps/translate/logs/stdio
The only place WSADuplicateSocket is called is in rsocket.dup The test_rsoocket.test_dup is skipped in windows. The function WSADuplicateSocket is being called with Unsigned, Unsigned, * Struct WSAPROTOCOL_INFO instead of Unsigned, Unsigned, * Struct WSAData Thats as far as I got. I can reach it in a debugger, indeed the graph is for WSADuplicateSocket, but why is it being called and how did a WSAPROTOCOL_INFO get in there ---------- assignedto: pjenvey messages: 5553 nosy: mattip, pypy-issue priority: wish status: unread title: translate fail on py3k, windows ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1446> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
