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 belopolsky
Recipients belopolsky, mark.dickinson
Date 2008-05-09.21:01:41
SpamBayes Score 0.2314272
Marked as misclassified No
Message-id <1210366902.84.0.176756662548.issue2804@psf.upfronthosting.co.za>
In-reply-to
Content
On the second thought, it is theoretically possible to have a long int a
for which a >> maxsize is not zero because that would require only
maxsize/15 digits.  I am not sure it is worth the trouble to account for
that.
History
Date User Action Args
2008-05-09 21:01:43belopolskysetspambayes_score: 0.231427 -> 0.2314272
recipients: + belopolsky, mark.dickinson
2008-05-09 21:01:42belopolskysetspambayes_score: 0.231427 -> 0.231427
messageid: <1210366902.84.0.176756662548.issue2804@psf.upfronthosting.co.za>
2008-05-09 21:01:42belopolskylinkissue2804 messages
2008-05-09 21:01:42belopolskycreate