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 loewis
Recipients loewis, v+python, vstinner
Date 2012-06-29.21:09:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341004149.24.0.971316717598.issue15226@psf.upfronthosting.co.za>
In-reply-to
Content
What the C code finds quickly (in constant time) is that the maximum is <=127. Most code doesn't know (and doesn't care) what the actual maximum is. So I see no bug here.
History
Date User Action Args
2012-06-29 21:09:09loewissetrecipients: + loewis, vstinner, v+python
2012-06-29 21:09:09loewissetmessageid: <1341004149.24.0.971316717598.issue15226@psf.upfronthosting.co.za>
2012-06-29 21:09:08loewislinkissue15226 messages
2012-06-29 21:09:08loewiscreate