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 vstinner
Recipients gregory.p.smith, mark.dickinson, ned.deily, pitrou, vstinner
Date 2018-05-31.13:16:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527772612.69.0.682650639539.issue33627@psf.upfronthosting.co.za>
In-reply-to
Content
I bet that the bug comes from _decimal. Fraction is implemented in pure Python, and complex type is supposed to be simpler than the _decimal.Decimal type.

The whole mystery is why the bug only occurs in test_numeric_tower.test_complex() and why not in test_complex, test_fractions or test_decimal!? And why the bug is random.
History
Date User Action Args
2018-05-31 13:16:52vstinnersetrecipients: + vstinner, gregory.p.smith, mark.dickinson, pitrou, ned.deily
2018-05-31 13:16:52vstinnersetmessageid: <1527772612.69.0.682650639539.issue33627@psf.upfronthosting.co.za>
2018-05-31 13:16:52vstinnerlinkissue33627 messages
2018-05-31 13:16:52vstinnercreate