[issue44728] Testsuite fails on x86_64

Mark Dickinson report at bugs.python.org
Sat Jul 24 11:14:09 EDT 2021


Mark Dickinson <dickinsm at gmail.com> added the comment:

The test_posix failure appears to be unrelated; I'll let others look into that one.

The test_turtle failure looks again like a libm issue, perhaps combined with an overeager test: we're expecting a `** 0.5` operation (which translates to a libm pow call) to give exact results when the square root is exactly representable.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44728>
_______________________________________


More information about the Python-bugs-list mailing list