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 skrah
Recipients BTaskaya, mark.dickinson, skrah, tim.peters, veky
Date 2020-02-07.15:35:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581089716.69.0.122770962495.issue39576@roundup.psfhosted.org>
In-reply-to
Content
MAX_PREC is chosen so that 5*MAX_PREC does not overflow 32-bit or 64-bit signed integers. This eliminates many overflow checks for the exponent.

Updating the exponent is (perhaps surprisingly) quite performance sensitive, that's why the 32-bit build does not use a 64-bit exponent.
History
Date User Action Args
2020-02-07 15:35:16skrahsetrecipients: + skrah, tim.peters, mark.dickinson, veky, BTaskaya
2020-02-07 15:35:16skrahsetmessageid: <1581089716.69.0.122770962495.issue39576@roundup.psfhosted.org>
2020-02-07 15:35:16skrahlinkissue39576 messages
2020-02-07 15:35:16skrahcreate