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 vstinner
Recipients amaury.forgeotdarc, brian.curtin, janglin, loewis, pitrou, schmir, vstinner
Date 2011-01-11.00:08:21
SpamBayes Score 0.023947641
Marked as misclassified No
Message-id <1294704505.48.0.837759248633.issue9566@psf.upfronthosting.co.za>
In-reply-to
Content
socketmodule_int.patch: Fix similar to the fix for #9611: clamp length to INT_MAX on Windows for recv(), recvfrom(), send() and sendto().
History
Date User Action Args
2011-01-11 00:08:25vstinnersetrecipients: + vstinner, loewis, amaury.forgeotdarc, pitrou, schmir, brian.curtin, janglin
2011-01-11 00:08:25vstinnersetmessageid: <1294704505.48.0.837759248633.issue9566@psf.upfronthosting.co.za>
2011-01-11 00:08:22vstinnerlinkissue9566 messages
2011-01-11 00:08:22vstinnercreate