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 kmiku7, matrixise, remi.lapeyre, vstinner
Date 2019-03-19.01:56:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552960591.02.0.2682297804.issue36337@roundup.psfhosted.org>
In-reply-to
Content
New changeset f70b884ad70e2ce762842ae469f88bd48fe13998 by Victor Stinner (Stéphane Wirtel) in branch '2.7':
bpo-36337: socket.send()/sendall() use Py_ssize_t (GH-12397)
https://github.com/python/cpython/commit/f70b884ad70e2ce762842ae469f88bd48fe13998
History
Date User Action Args
2019-03-19 01:56:31vstinnersetrecipients: + vstinner, matrixise, remi.lapeyre, kmiku7
2019-03-19 01:56:31vstinnersetmessageid: <1552960591.02.0.2682297804.issue36337@roundup.psfhosted.org>
2019-03-19 01:56:31vstinnerlinkissue36337 messages
2019-03-19 01:56:30vstinnercreate