STINNER Victor <[email protected]> added the comment: This issue is not specific to Linux. FreeBSD is also affected:
>>> s=socket.socket() >>> s.type <SocketKind.SOCK_STREAM: 1> >>> s.setblocking(False) >>> s.type 536870913 See for example https://sourceware.org/ml/libc-alpha/2013-08/msg00528.html ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue32331> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
