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 benjamin.peterson
Recipients Slon, benjamin.peterson
Date 2018-08-23.04:34:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534998876.06.0.56676864532.issue34466@psf.upfronthosting.co.za>
In-reply-to
Content
I think what you want to do is not use the timeout feature of Python sockets and instead use mysock.setsockopt(SO_SNDTIMEO, 5).
History
Date User Action Args
2018-08-23 04:34:36benjamin.petersonsetrecipients: + benjamin.peterson, Slon
2018-08-23 04:34:36benjamin.petersonsetmessageid: <1534998876.06.0.56676864532.issue34466@psf.upfronthosting.co.za>
2018-08-23 04:34:35benjamin.petersonlinkissue34466 messages
2018-08-23 04:34:35benjamin.petersoncreate