Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-109802: Add coverage test for complex_abs() #117449

Merged
merged 2 commits into from
Apr 4, 2024

Conversation

skirpichev
Copy link
Member

@skirpichev skirpichev commented Apr 2, 2024

This tests overflow on L594.

// line numbers wrt to 0f2fa61


N.B. This factor out last test from #109642. Actually this tested in test_cmath.py, but I think it worth to keep complexobject.c tests in test_complex.py and test_capi/test_complex.py.

This tests overflow on L594.

// line numbers wrt to 0f2fa61
@bedevere-app bedevere-app bot added tests Tests in the Lib/test dir awaiting review labels Apr 2, 2024
@skirpichev

This comment was marked as outdated.

Lib/test/test_complex.py Outdated Show resolved Hide resolved
@encukou encukou enabled auto-merge (squash) April 4, 2024 14:25
@encukou encukou merged commit 63bbe77 into python:main Apr 4, 2024
31 checks passed
@skirpichev skirpichev deleted the complex-abs-tests branch April 5, 2024 04:11
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
* pythongh-109802: Add coverage test for complex_abs()

This tests overflow on L594.

// line numbers wrt to 0f2fa61
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants