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 yselivanov
Recipients asvetlov, vstinner, yselivanov
Date 2017-12-14.04:32:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
socket.accept currently has this code:

    type = self.type & ~globals().get("SOCK_NONBLOCK", 0)

which I believe is (a) bad Python style; (b) slows things down.
History
Date User Action Args
2017-12-14 04:32:14yselivanovsetrecipients: + yselivanov, vstinner, asvetlov
2017-12-14 04:32:14yselivanovsetmessageid: <[email protected]>
2017-12-14 04:32:14yselivanovlinkissue32318 messages
2017-12-14 04:32:13yselivanovcreate