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 martin.panter
Recipients Arfrever, dfarrell07, martin.panter, ned.deily, orsenthil, python-dev, r.david.murray, vstinner
Date 2016-04-02.02:00:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459562448.21.0.506793557956.issue21069@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch implementing my ideas. Let me know what you think of the ideas and/or the patch :)

If people think this change is too much for 3.5, I could try making a more minimal patch that calls something like socket.getpeername() rather than read(). That should also avoid the non-blocking problem.
History
Date User Action Args
2016-04-02 02:00:48martin.pantersetrecipients: + martin.panter, orsenthil, vstinner, ned.deily, Arfrever, r.david.murray, python-dev, dfarrell07
2016-04-02 02:00:48martin.pantersetmessageid: <1459562448.21.0.506793557956.issue21069@psf.upfronthosting.co.za>
2016-04-02 02:00:48martin.panterlinkissue21069 messages
2016-04-02 02:00:47martin.pantercreate