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 SenBin Yu
Recipients SenBin Yu
Date 2016-09-07.03:25:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473218751.66.0.520708596469.issue27996@psf.upfronthosting.co.za>
In-reply-to
Content
In the SSLSocket __init__ function, it's ok to do a socket type check with argument sock.But meanwhile the sock argument can't be None, which make the SSLSocket socket __init__ way meaningless.Although there are three branch conditions as argument sock, fileno and other.
History
Date User Action Args
2016-09-07 03:25:51SenBin Yusetrecipients: + SenBin Yu
2016-09-07 03:25:51SenBin Yusetmessageid: <1473218751.66.0.520708596469.issue27996@psf.upfronthosting.co.za>
2016-09-07 03:25:51SenBin Yulinkissue27996 messages
2016-09-07 03:25:51SenBin Yucreate