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 j1m, python-dev, socketpair, vmagamedov, vstinner, yselivanov
Date 2017-11-02.15:58:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509638317.59.0.213398074469.issue27456@psf.upfronthosting.co.za>
In-reply-to
Content
> Seems like this fix is incomplete. It contains this check:
>
>    sock.type == socket.SOCK_STREAM
>
> But sock.type is not only a type 

Good catch.  I made a PR to fix this.
History
Date User Action Args
2017-11-02 15:58:37yselivanovsetrecipients: + yselivanov, vstinner, j1m, vmagamedov, socketpair, python-dev
2017-11-02 15:58:37yselivanovsetmessageid: <1509638317.59.0.213398074469.issue27456@psf.upfronthosting.co.za>
2017-11-02 15:58:37yselivanovlinkissue27456 messages
2017-11-02 15:58:37yselivanovcreate