Message318304
| 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:52 | vstinner | set | recipients: + vstinner, gregory.p.smith, mark.dickinson, pitrou, ned.deily |
| 2018-05-31 13:16:52 | vstinner | set | messageid: <1527772612.69.0.682650639539.issue33627@psf.upfronthosting.co.za> |
| 2018-05-31 13:16:52 | vstinner | link | issue33627 messages |
| 2018-05-31 13:16:52 | vstinner | create | |