[issue27698] socketpair not in socket.__all__ on Windows

Eryk Sun report at bugs.python.org
Mon Aug 8 14:15:15 EDT 2016


Eryk Sun added the comment:

See issue 18643, which added a Windows implementation of socketpair(). Since it's not defined in the _socket extension module, it isn't added to socket.__all__. Someone simply forgot to add `__all__.append("socketpair")` after the definition on line 485.

----------

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


More information about the Python-bugs-list mailing list