This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients _doublep, belopolsky, benjamin.peterson, gregory.p.smith, hagen, pitrou, rbp, rhettinger, vstinner
Date 2008-12-25.23:59:59
SpamBayes Score 3.0221092e-05
Marked as misclassified No
Message-id <1230249601.14.0.575491873679.issue2723@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2008-12-26 00:00:01vstinnersetrecipients: + vstinner, rhettinger, gregory.p.smith, belopolsky, pitrou, _doublep, benjamin.peterson, rbp, hagen
2008-12-26 00:00:01vstinnersetmessageid: <1230249601.14.0.575491873679.issue2723@psf.upfronthosting.co.za>
2008-12-26 00:00:00vstinnerlinkissue2723 messages
2008-12-25 23:59:59vstinnercreate