]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109802: Add coverage test for complex_abs() (GH-117449)
authorSergey B Kirpichev <skirpichev@gmail.com>
Thu, 4 Apr 2024 14:54:17 +0000 (17:54 +0300)
committerGitHub <noreply@github.com>
Thu, 4 Apr 2024 14:54:17 +0000 (14:54 +0000)
commit63bbe77d9bb2be4db83ed09b96dd22f2a44ef55b
tree062a31df7e82e4dcd34172117a946e342564d3d3
parentdf912c913a3d94995b379f1e19fe0a79acab6169
gh-109802: Add coverage test for complex_abs() (GH-117449)

* gh-109802: Add coverage test for complex_abs()

This tests overflow on L594.

// line numbers wrt to 0f2fa6150b
Lib/test/test_complex.py