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 Devyn Johnson
Recipients Devyn Johnson
Date 2015-12-18.12:23:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450441407.46.0.0976006490592.issue25904@psf.upfronthosting.co.za>
In-reply-to
Content
As we all know, Python is sometimes used to computer large numbers and precise numbers (i.e. doubles) with the help of third-party modules. In my opinion, it seems that Python may benefit from gaining new data-types such as "longint" (a "long long" in C) and "quad" (a "long double" in C). Thus, Python could natively be used for processing larger numbers than Python3.6.
History
Date User Action Args
2015-12-18 12:23:27Devyn Johnsonsetrecipients: + Devyn Johnson
2015-12-18 12:23:27Devyn Johnsonsetmessageid: <1450441407.46.0.0976006490592.issue25904@psf.upfronthosting.co.za>
2015-12-18 12:23:27Devyn Johnsonlinkissue25904 messages
2015-12-18 12:23:27Devyn Johnsoncreate