STINNER Victor <victor.stin...@haypocalc.com> added the comment:

Most people disagree with the original idea (len.diff: truncate the 
length to sys.maxsize).

I don't like rbp's patch: replace verbose error message ("Python int 
too large to convert to C ssize_t") by a shorter message ("Length too 
large"). If I want to debug my program, I prefer longer error 
messages. The original message contains the C type: ssize_t, useful 
information.

I dislike both patches. Can we close this issue with 
resolution=invalid?

----------
nosy: +haypo

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

Reply via email to