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 mark.dickinson
Recipients deep42thought, mark.dickinson
Date 2021-07-24.15:14:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627139649.73.0.381301863222.issue44728@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-07-24 15:14:09mark.dickinsonsetrecipients: + mark.dickinson, deep42thought
2021-07-24 15:14:09mark.dickinsonsetmessageid: <1627139649.73.0.381301863222.issue44728@roundup.psfhosted.org>
2021-07-24 15:14:09mark.dickinsonlinkissue44728 messages
2021-07-24 15:14:09mark.dickinsoncreate