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 janssen
Recipients chris.stawarz, janssen
Date 2007-10-12.16:43:30
SpamBayes Score 0.08839727
Marked as misclassified No
Message-id <1192207410.62.0.381288037694.issue1251@psf.upfronthosting.co.za>
In-reply-to
Content
Chris,

Looking at this a bit harder, I don't see that it accomplishes much.  
The loop in _ssl.c/do_handshake will never return WANT_READ or 
WANT_WRITE, so the loop in the test case, for instance, is unnecessary.  
The original code handled the non-blocking case just fine.  I think this 
fix is unnecessary.
History
Date User Action Args
2007-10-12 16:43:30janssensetspambayes_score: 0.0883973 -> 0.08839727
recipients: + janssen, chris.stawarz
2007-10-12 16:43:30janssensetspambayes_score: 0.0883973 -> 0.0883973
messageid: <1192207410.62.0.381288037694.issue1251@psf.upfronthosting.co.za>
2007-10-12 16:43:30janssenlinkissue1251 messages
2007-10-12 16:43:30janssencreate