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 Ron Frederick, asvetlov, gvanrossum, vstinner, yselivanov
Date 2017-12-21.03:45:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513827943.91.0.213398074469.issue25749@psf.upfronthosting.co.za>
In-reply-to
Content
>  I'm really not sure there's ANY call other than getsockaddr() that really makes sense here, though, so perhaps it would be better to evolve the API in AbstractServer into returning a list of sockaddr tuples rather than sockets.

Right, that's why uvloop exposes only SocketLike objects, that have getsockaddr() and getsockopt(), but raise when sock.send() is called.  Maybe we'll do the same thing in asyncio.
History
Date User Action Args
2017-12-21 03:45:43yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, asvetlov, Ron Frederick
2017-12-21 03:45:43yselivanovsetmessageid: <1513827943.91.0.213398074469.issue25749@psf.upfronthosting.co.za>
2017-12-21 03:45:43yselivanovlinkissue25749 messages
2017-12-21 03:45:43yselivanovcreate