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 ammar2
Recipients ammar2, scls, serhiy.storchaka
Date 2018-09-28.12:15:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538136936.9.0.545547206417.issue34810@psf.upfronthosting.co.za>
In-reply-to
Content
What is the use case for getting the maximum and minimum of the fixed bit integers like `uint8`? It's a trivial formula to calculate those.

Now, if you're talking about platform dependent types like `int` and `long` then it might makes more sense to add such an api. Or is your end goal to just have an exception be raised when trying to fit a large number in a small type like in your example?
History
Date User Action Args
2018-09-28 12:15:36ammar2setrecipients: + ammar2, serhiy.storchaka, scls
2018-09-28 12:15:36ammar2setmessageid: <1538136936.9.0.545547206417.issue34810@psf.upfronthosting.co.za>
2018-09-28 12:15:36ammar2linkissue34810 messages
2018-09-28 12:15:36ammar2create