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 schmir
Recipients alanmcintyre, gvanrossum, nnorwitz, schmir
Date 2008-07-15.22:25:03
SpamBayes Score 0.019753693
Marked as misclassified No
Message-id <1216160704.89.0.593598255111.issue1503@psf.upfronthosting.co.za>
In-reply-to
Content
I still think that blocking mode should be turned on in socket.accept.
settimeout implicitly sets non-blocking mode (which might be a bit
surprising).
The sockets returned from accept() being in non-blocking mode is
surprising (as this bug shows).
History
Date User Action Args
2008-07-15 22:25:05schmirsetspambayes_score: 0.0197537 -> 0.019753693
recipients: + schmir, gvanrossum, nnorwitz, alanmcintyre
2008-07-15 22:25:04schmirsetspambayes_score: 0.0197537 -> 0.0197537
messageid: <1216160704.89.0.593598255111.issue1503@psf.upfronthosting.co.za>
2008-07-15 22:25:04schmirlinkissue1503 messages
2008-07-15 22:25:03schmircreate