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 vstinner
Recipients neologix, pitrou, sbt, vstinner
Date 2014-05-23.21:32:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400880772.03.0.58144777573.issue21566@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe we should keep listen(1) in some cases.

For socketpair() of asyncio.windows_utils, it makes sense to use sock.listen(1) since we expect exactly one request from one client. The listening socket is closed just after sock.accept().
History
Date User Action Args
2014-05-23 21:32:52vstinnersetrecipients: + vstinner, pitrou, neologix, sbt
2014-05-23 21:32:52vstinnersetmessageid: <1400880772.03.0.58144777573.issue21566@psf.upfronthosting.co.za>
2014-05-23 21:32:52vstinnerlinkissue21566 messages
2014-05-23 21:32:51vstinnercreate