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 dabeaz
Recipients amaury.forgeotdarc, beazley, dabeaz, flox, gregory.p.smith, loewis, ned.deily, pitrou, r.david.murray, rosslagerwall, roysmith
Date 2015-10-25.21:28:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445808499.92.0.891528697345.issue7322@psf.upfronthosting.co.za>
In-reply-to
Content
This bug is still present in Python 3.5, but it occurs if you attempt to do a readline() on a socket that's in non-blocking mode.  In that case, you probably DO want to retry at a later time (unlike the timeout case).
History
Date User Action Args
2015-10-25 21:28:20dabeazsetrecipients: + dabeaz, loewis, beazley, gregory.p.smith, amaury.forgeotdarc, roysmith, pitrou, ned.deily, r.david.murray, flox, rosslagerwall
2015-10-25 21:28:19dabeazsetmessageid: <1445808499.92.0.891528697345.issue7322@psf.upfronthosting.co.za>
2015-10-25 21:28:19dabeazlinkissue7322 messages
2015-10-25 21:28:19dabeazcreate