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 <[email protected]>
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: <[email protected]>
2011-01-11 00:08:22vstinnerlinkissue9566 messages
2011-01-11 00:08:22vstinnercreate