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, vstinner, yselivanov
Date 2016-06-29.14:01:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467208888.59.0.901889980287.issue27392@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that if create_server (or asyncio.Server) is buggy, it should be fixed!

However, IMO, it's useful to be able to accept a connection outside of an asyncio event loop and then hand the loop the connected socket.
History
Date User Action Args
2016-06-29 14:01:28j1msetrecipients: + j1m, gvanrossum, vstinner, yselivanov
2016-06-29 14:01:28j1msetmessageid: <1467208888.59.0.901889980287.issue27392@psf.upfronthosting.co.za>
2016-06-29 14:01:28j1mlinkissue27392 messages
2016-06-29 14:01:28j1mcreate