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 flox, pitrou, vstinner
Date 2009-12-08.16:06:54
SpamBayes Score 6.457066e-05
Marked as misclassified No
Message-id <1260288415.85.0.975136796209.issue7458@psf.upfronthosting.co.za>
In-reply-to
Content
sys.maxint/sys.maxsize: oops, sys.maxsize *does* exist (in Python >=
2.6), sorry. Here is a new patch using sys.maxsize.

Anyway, sys.maxsize sounds better because the integer overflow occurs
in a Py_ssize_t variable (j).
History
Date User Action Args
2009-12-08 16:06:56vstinnersetrecipients: + vstinner, pitrou, flox
2009-12-08 16:06:55vstinnersetmessageid: <1260288415.85.0.975136796209.issue7458@psf.upfronthosting.co.za>
2009-12-08 16:06:54vstinnerlinkissue7458 messages
2009-12-08 16:06:54vstinnercreate