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 hodgestar
Recipients giampaolo.rodola, hodgestar, janssen
Date 2008-09-05.16:49:16
SpamBayes Score 2.439804e-06
Marked as misclassified No
Message-id <1220633358.81.0.854417615921.issue3162@psf.upfronthosting.co.za>
In-reply-to
Content
Test for recv* and send* in 2.6.

The tests revealed some bugs so this patch fixes those and supercedes
trunk-ssl-methods.patch.

Of particular note is that recv_into called self.read(buf, nbytes) which
isn't supported in _ssl.c in 2.6. I've worked around it by creating a
temporary buffer in the Python code. This isn't great for large
messages, but the alternative is to modify _ssl.c itself (which I
suspect is unlikely to make it in to 2.6 at this stage).
History
Date User Action Args
2008-09-05 16:49:18hodgestarsetrecipients: + hodgestar, janssen, giampaolo.rodola
2008-09-05 16:49:18hodgestarsetmessageid: <1220633358.81.0.854417615921.issue3162@psf.upfronthosting.co.za>
2008-09-05 16:49:18hodgestarlinkissue3162 messages
2008-09-05 16:49:17hodgestarcreate