Yury Selivanov added the comment: > 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27386> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com