[2.7] bpo-36337: Use ssize_t and size_t for socket.send()/sendall() by matrixise · Pull Request #12397 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

@matrixise matrixise changed the title bpo-36337: Use ssize_t and size_t for socket.send()/sendall() [2.7] bpo-36337: Use ssize_t and size_t for socket.send()/sendall()

Mar 18, 2019

kmiku7

…ckport the solution from 3.x with Py_ssize_t

@matrixise matrixise marked this pull request as ready for review

March 18, 2019 12:18

vstinner

vstinner

vstinner

vstinner

serhiy-storchaka

pablogsal

pablogsal