STINNER Victor <vstin...@redhat.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33627>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to