| Store | Cart

Re: [Python-Dev] [PEP466] SSLSockets, and sockets, _socketobjects oh my!

From: Nick Coghlan <ncog...@gmail.com>
Thu, 24 Jul 2014 08:06:26 +1000
On 24 Jul 2014 05:37, "Alex Gaynor" <alex...@gmail.com> wrote:
>> Possible solutions are:>> * Pass the SSLObject *in addition* to the _socket.socket object to the C
code.
>   This generates some additional divergence from the Python3 code, but is>   probably basically straightforward.> * Try to refactor the socket code in the same way as Python3 did, so we
can
>   pass *only* the SSLObject here. This is some nasty scope creep for
PEP466,
>   but would make the overall _ssl.c diff smaller.> * Some super sweet and simple thing I haven't thought of yet.>> Thoughts?

Wearing my "risk management" hat, option 1 sounds significantly more
appealing than option 2 :)

Cheers,
Nick.

_______________________________________________
Python-Dev mailing list
Pyth...@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/python-dev-ml%40activestate.com

Recent Messages in this Thread
Alex Gaynor Jul 22, 2014 09:03 pm
Antoine Pitrou Jul 22, 2014 09:25 pm
Nick Coghlan Jul 22, 2014 09:44 pm
Antoine Pitrou Jul 22, 2014 11:00 pm
Alex Gaynor Jul 23, 2014 07:36 pm
Antoine Pitrou Jul 23, 2014 09:02 pm
Alex Gaynor Jul 23, 2014 09:10 pm
Nick Coghlan Jul 23, 2014 10:06 pm
Messages in this thread