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 mark.dickinson
Recipients christian.heimes, eric.smith, jkloth, mark.dickinson, vstinner, zach.ware
Date 2013-11-23.19:51:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385236282.09.0.0784440542532.issue19638@psf.upfronthosting.co.za>
In-reply-to
Content
> So size_t should be used instead ("s - s1" is unsigned, s >= s1).

That was one of my original thoughts, but the size_t would then creep into all the exponent calculations, requiring fairly substantial changes throughout the code.  That's not something I'd want to consider on the maintenance branches, at least.  I think just limiting the size of the input string is a simpler option.
History
Date User Action Args
2013-11-23 19:51:22mark.dickinsonsetrecipients: + mark.dickinson, vstinner, eric.smith, christian.heimes, jkloth, zach.ware
2013-11-23 19:51:22mark.dickinsonsetmessageid: <1385236282.09.0.0784440542532.issue19638@psf.upfronthosting.co.za>
2013-11-23 19:51:22mark.dickinsonlinkissue19638 messages
2013-11-23 19:51:21mark.dickinsoncreate