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, Michael.Felt, mark.dickinson, miss-islington, ned.deily, pablogsal, skrah, tim.peters, veky, vstinner
Date 2020-03-19.12:40:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584621630.06.0.59520452684.issue39576@roundup.psfhosted.org>
In-reply-to
Content
The lower MAX_PREC for 32-bit could be the reason.

On the other hand, historically, suncc and xlc have had a lot of
problems with the 64-bit build. The winner is suncc, which seriously
miscompiled libmpdec without a whole litany of flags:

https://bugs.python.org/issue15963#msg170661


This is why I keep insisting on experimenting with obscure flags,
but of course the actual cause may be different.
History
Date User Action Args
2020-03-19 12:40:30skrahsetrecipients: + skrah, tim.peters, mark.dickinson, vstinner, ned.deily, veky, Michael.Felt, pablogsal, miss-islington, BTaskaya
2020-03-19 12:40:30skrahsetmessageid: <1584621630.06.0.59520452684.issue39576@roundup.psfhosted.org>
2020-03-19 12:40:30skrahlinkissue39576 messages
2020-03-19 12:40:29skrahcreate