[issue18643] implement socketpair() on Windows

Charles-François Natali report at bugs.python.org
Sat Aug 24 12:44:34 CEST 2013


Charles-François Natali added the comment:

> On Linux, many tests of test_socket are failing with the pure Python
> implementation.

The only failing tests I see are due to the fact that the Python
implementation uses AF_INET instead of AF_UNIX, which is normal since
Windows doesn't have AF_UNIX.
Do you see other failures?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18643>
_______________________________________


More information about the Python-bugs-list mailing list