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 j1m
Recipients gvanrossum, j1m, socketpair, vstinner, yselivanov
Date 2016-06-29.17:25:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467221147.34.0.726944823705.issue27386@psf.upfronthosting.co.za>
In-reply-to
Content
WRT CPython/sockets this problem doesn't happen if I use asyncore to accept connections and hand them off to create_connection. :)

It also doesn't occur with uvloop, which I assume still uses sockets.

Also, FWIW, the relevant ZEO test passes if I use SSL, which is how I'm working around this now for the tests.
History
Date User Action Args
2016-06-29 17:25:47j1msetrecipients: + j1m, gvanrossum, vstinner, socketpair, yselivanov
2016-06-29 17:25:47j1msetmessageid: <1467221147.34.0.726944823705.issue27386@psf.upfronthosting.co.za>
2016-06-29 17:25:47j1mlinkissue27386 messages
2016-06-29 17:25:47j1mcreate