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 vajrasky
Recipients mark.dickinson, python-dev, vajrasky
Date 2013-08-05.10:48:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375699710.11.0.122592826925.issue18659@psf.upfronthosting.co.za>
In-reply-to
Content
For now, instead of hardcoding INT_MAX to 2147483647 in test, maybe we can use module:

>>> import IN
>>> IN.INT_MAX
2147483647
History
Date User Action Args
2013-08-05 10:48:30vajraskysetrecipients: + vajrasky, mark.dickinson, python-dev
2013-08-05 10:48:30vajraskysetmessageid: <1375699710.11.0.122592826925.issue18659@psf.upfronthosting.co.za>
2013-08-05 10:48:30vajraskylinkissue18659 messages
2013-08-05 10:48:30vajraskycreate