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 gvanrossum, vajrasky, vstinner, yselivanov
Date 2014-06-19.15:48:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403192912.73.0.794245709083.issue21599@psf.upfronthosting.co.za>
In-reply-to
Content
The Server class is hardcoded in create_server() and create_unix_server(), it's not possible to pass an arbitrary class. Only the AbstractServer class is documented, and only close() and wait_for_close() methods:
https://docs.python.org/dev/library/asyncio-eventloop.html#asyncio.AbstractServer

So it's possible to break the API. The Server API is not really public.

@Guido, @Yury: what do you think?
History
Date User Action Args
2014-06-19 15:48:32vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, vajrasky
2014-06-19 15:48:32vstinnersetmessageid: <1403192912.73.0.794245709083.issue21599@psf.upfronthosting.co.za>
2014-06-19 15:48:32vstinnerlinkissue21599 messages
2014-06-19 15:48:32vstinnercreate