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 pitrou
Recipients Ben.Smith, ehohenstein, exarkun, giampaolo.rodola, neologix, pitrou
Date 2010-09-18.22:06:14
SpamBayes Score 0.08660129
Marked as misclassified No
Message-id <1284847578.82.0.597723963929.issue9090@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a proof of concept patch for Python 3.2. It only wraps recv() and recv_into(). recvfrom() and recvfrom_into() should receive the same treatment, at least.
History
Date User Action Args
2010-09-18 22:06:19pitrousetrecipients: + pitrou, exarkun, giampaolo.rodola, neologix, ehohenstein, Ben.Smith
2010-09-18 22:06:18pitrousetmessageid: <1284847578.82.0.597723963929.issue9090@psf.upfronthosting.co.za>
2010-09-18 22:06:17pitroulinkissue9090 messages
2010-09-18 22:06:17pitroucreate