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 gvanrossum, j1m, python-dev, vstinner, yselivanov
Date 2016-08-09.01:25:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470705904.53.0.242888959153.issue27392@psf.upfronthosting.co.za>
In-reply-to
Content
Hm, I'm working on adding connect_accepted_socket to the uvloop.  There is one difference between connect_accepted_socket and create_server/create_unix_server:  the latter APIs forbid to pass boolean `ssl` argument, they require `ssl` to be an instance of `SSLContext`.

Should we have the same requirement for the 'ssl' argument of newly added 'connect_accepted_socket'?
History
Date User Action Args
2016-08-09 01:25:04yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, j1m, python-dev
2016-08-09 01:25:04yselivanovsetmessageid: <1470705904.53.0.242888959153.issue27392@psf.upfronthosting.co.za>
2016-08-09 01:25:04yselivanovlinkissue27392 messages
2016-08-09 01:25:03yselivanovcreate