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:06:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582240017.22.0.59294110725.issue39576@roundup.psfhosted.org>
In-reply-to
Content
Fortunately libmpdec raises MemoryError almost instantaneously, so the PR retries 
the affected operations with estimated upper bounds for exact results without 
slowing down the common case.

The docs still need updating because people will still wonder why 1 / Decimal(3)
freezes the Linux machine at MAX_PREC. ;)


The Python implementation cannot use this approach because memory grows slowly.  
I'm not sure though if anyone _would_ run _pydecimal at MAX_PREC.
History
Date User Action Args
2020-02-20 23:06:57skrahsetrecipients: + skrah, tim.peters, mark.dickinson, veky, BTaskaya
2020-02-20 23:06:57skrahsetmessageid: <1582240017.22.0.59294110725.issue39576@roundup.psfhosted.org>
2020-02-20 23:06:57skrahlinkissue39576 messages
2020-02-20 23:06:57skrahcreate