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 pablogsal
Recipients BTaskaya, Michael.Felt, mark.dickinson, miss-islington, ned.deily, pablogsal, skrah, tim.peters, veky
Date 2020-03-17.12:07:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584446825.39.0.695839640996.issue39576@roundup.psfhosted.org>
In-reply-to
Content
> In other words, contrary to your earlier dismissal, you did NOT
run _decimal on AIX with MAX_PREC but just ran the 3.7.6 tests
that do not include any tests with MAX_PREC.

I did, and it raises MemoryError:

❯ uname -a
AIX 1 7 powerpc 00CCAD974C00 AIX

❯ python3.7 --version
Python 3.7.6

❯ python3.7 Lib/test/test_decimal.py

...

======================================================================
ERROR: test_maxcontext_exact_arith (__main__.CWhitebox)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_decimal.py", line 5506, in test_maxcontext_exact_arith
    self.assertEqual(Decimal(4).sqrt(), 2)
MemoryError
History
Date User Action Args
2020-03-17 12:07:05pablogsalsetrecipients: + pablogsal, tim.peters, mark.dickinson, ned.deily, skrah, veky, Michael.Felt, miss-islington, BTaskaya
2020-03-17 12:07:05pablogsalsetmessageid: <1584446825.39.0.695839640996.issue39576@roundup.psfhosted.org>
2020-03-17 12:07:05pablogsallinkissue39576 messages
2020-03-17 12:07:05pablogsalcreate