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 scls, serhiy.storchaka
Date 2018-09-26.14:39:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537972741.5.0.545547206417.issue34810@psf.upfronthosting.co.za>
In-reply-to
Content
Maximum values for uint8, int8, uint16, int16, uint32, int32, uint64, int64 are 2**8-1, 2**7-1, 2**16-1, 2**15-1, 2**32-1, 2**31-1, 2**64-1, 2**63-1 by definition. Minimum values are 0, -2**7, 0, -2**15, 0, -2**31, 0, -2**63.
History
Date User Action Args
2018-09-26 14:39:01serhiy.storchakasetrecipients: + serhiy.storchaka, scls
2018-09-26 14:39:01serhiy.storchakasetmessageid: <1537972741.5.0.545547206417.issue34810@psf.upfronthosting.co.za>
2018-09-26 14:39:01serhiy.storchakalinkissue34810 messages
2018-09-26 14:39:01serhiy.storchakacreate