[issue18100] socket.sendall() cannot send buffers of 2GB or more

Anton Tyurin report at bugs.python.org
Tue Jul 9 11:50:43 CEST 2013


Anton  Tyurin added the comment:

I could be wrong, but:

ssize_t
send(int socket, const void *buffer, size_t length, int flags);

so length is size_t, but Py_ssize_t is ssize_t (signed to unsigned).

PS. sorry for my bad English

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18100>
_______________________________________


More information about the Python-bugs-list mailing list