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 christian.heimes
Recipients christian.heimes, kristjan.jonsson, python-dev, serhiy.storchaka, vstinner
Date 2013-08-06.14:16:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375798572.68.0.832506459831.issue18368@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy:
Thanks for the review

Kristján:
Yes, it's enough to check for incr > INT_MAX. The buffer size is incremented to a value of <= (2*n)+2 in each round. The start value is 100. The loop is terminated once the buffer size reaches INT_MAX-2.
History
Date User Action Args
2013-08-06 14:16:12christian.heimessetrecipients: + christian.heimes, kristjan.jonsson, vstinner, python-dev, serhiy.storchaka
2013-08-06 14:16:12christian.heimessetmessageid: <1375798572.68.0.832506459831.issue18368@psf.upfronthosting.co.za>
2013-08-06 14:16:12christian.heimeslinkissue18368 messages
2013-08-06 14:16:12christian.heimescreate