This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients asvetlov, christian.heimes, methane, njs, pitrou, vstinner, yselivanov
Date 2017-12-18.22:34:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513636493.22.0.213398074469.issue32331@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-12-18 22:34:53vstinnersetrecipients: + vstinner, pitrou, christian.heimes, njs, asvetlov, methane, yselivanov
2017-12-18 22:34:53vstinnersetmessageid: <1513636493.22.0.213398074469.issue32331@psf.upfronthosting.co.za>
2017-12-18 22:34:53vstinnerlinkissue32331 messages
2017-12-18 22:34:53vstinnercreate