New submission from kmiku7 <kakoim...@gmail.com>:

In file Modules/socketmodule.c, sock_send/sock_sendall use int to keep array 
length need be sent and has sent.

----------
components: Library (Lib)
messages: 338166
nosy: kmiku7
priority: normal
severity: normal
status: open
title: Use socket.sendall()/send() send data larger than 2GB will be truncated 
and return None, without exception raised.
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36337>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to