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-20.23:21:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582240869.18.0.402011088053.issue39576@roundup.psfhosted.org>
In-reply-to
Content
BTW, this PR implements the invariant:

"If there exists an exact result at a lower precision, this
result should also be returned at MAX_PREC (without MemoryError)".

So non-integer powers are left out, since _decimal has no notion
of exact non-integer powers yet.
History
Date User Action Args
2020-02-20 23:21:09skrahsetrecipients: + skrah, tim.peters, mark.dickinson, veky, BTaskaya
2020-02-20 23:21:09skrahsetmessageid: <1582240869.18.0.402011088053.issue39576@roundup.psfhosted.org>
2020-02-20 23:21:09skrahlinkissue39576 messages
2020-02-20 23:21:09skrahcreate