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 yselivanov
Recipients gvanrossum, j1m, socketpair, vstinner, yselivanov
Date 2016-06-29.18:09:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467223747.3.0.712624627747.issue27386@psf.upfronthosting.co.za>
In-reply-to
Content
> It also doesn't occur with uvloop, which I assume still uses sockets.

No, uvloop doesn't use python sockets or select for IO at all.  All IO is done in libuv.

> WRT CPython/sockets this problem doesn't happen if I use asyncore to accept connections and hand them off to create_connection. :)

Interesting.
History
Date User Action Args
2016-06-29 18:09:07yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, j1m, socketpair
2016-06-29 18:09:07yselivanovsetmessageid: <1467223747.3.0.712624627747.issue27386@psf.upfronthosting.co.za>
2016-06-29 18:09:07yselivanovlinkissue27386 messages
2016-06-29 18:09:07yselivanovcreate