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 serhiy.storchaka
Recipients mark.dickinson, rhettinger, serhiy.storchaka
Date 2013-02-06.15:56:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360166163.91.0.567019045529.issue5308@psf.upfronthosting.co.za>
In-reply-to
Content
> (And as a matter of principle, 
> INT_MAX isn't really right here: an int might be only 16 bits long on 
> some strange platforms...).

AFAIK Python doesn't support such platforms (and C standard requites at least 32-bit ints). However there are strange platforms with 64-bit ints. That's why I used the explicit constant 0x7FFFFFFF.
History
Date User Action Args
2013-02-06 15:56:03serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, mark.dickinson
2013-02-06 15:56:03serhiy.storchakasetmessageid: <1360166163.91.0.567019045529.issue5308@psf.upfronthosting.co.za>
2013-02-06 15:56:03serhiy.storchakalinkissue5308 messages
2013-02-06 15:56:03serhiy.storchakacreate