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

Anton Tyurin report at bugs.python.org
Tue Jul 9 11:18:22 CEST 2013


Anton  Tyurin added the comment:

There seems to be no, because there's this bug is already fixed in Python 3, according to http://hg.python.org/cpython/file/c1a400501db6/Modules/socketmodule.c#l3290. 
But the use of Py_ssize_t (len and n) hides the potential type conversion.

----------

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


More information about the Python-bugs-list mailing list