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 giampaolo.rodola, pitrou, vstinner, yselivanov
Date 2017-10-19.17:37:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
As sock_recv() is already exposed, it is a no-brainer to add sock_recv_into(), allowing finer buffer management when people are willing to handle a socket object.
History
Date User Action Args
2017-10-19 17:37:49pitrousetrecipients: + pitrou, vstinner, giampaolo.rodola, yselivanov
2017-10-19 17:37:49pitrousetmessageid: <[email protected]>
2017-10-19 17:37:49pitroulinkissue31819 messages
2017-10-19 17:37:49pitroucreate