Anton Tyurin added the comment: The same error in the use of socket.send(). Is it possible to use size_t for len instead of int? According to http://www.python.org/dev/peps/pep-0353/ Py_ssize_t on x86 is typedef for int, and size_t has the same size. On x64 sizeof size_t is 8bit, that covers the limits of reasonable use.
---------- keywords: +patch nosy: +noxiouz Added file: http://bugs.python.org/file30847/send_and_sendall_issue18100.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18100> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com