◐ Shell
reader mode source ↗
Skip to content

gh-122681: merge m_atan2() and c_atan2() helper functions#122682

Merged
vstinner merged 7 commits into
python:mainfrom
skirpichev:m_atan2-122681
Aug 6, 2024
Merged

gh-122681: merge m_atan2() and c_atan2() helper functions#122682
vstinner merged 7 commits into
python:mainfrom
skirpichev:m_atan2-122681

Conversation

@skirpichev

@skirpichev skirpichev commented Aug 5, 2024

Copy link
Copy Markdown
Member

For reviewers: as it mentioned in the issue, I think it worth to try removing these workarounds. Most cmath's functions are using libm's atan2() and this don't poses any problems. If that does make sense, here is a draft pr to test this: #122715.

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hide comment

LGTM

@vstinner

vstinner commented Aug 6, 2024

Copy link
Copy Markdown
Member

I merged the main branch into this PR to retrieve the Hypothesis workaround (pin attrs version).

@vstinner vstinner merged commit 0b433aa into python:main Aug 6, 2024
@vstinner

vstinner commented Aug 6, 2024

Copy link
Copy Markdown
Member

Merged. Thank you.

@skirpichev skirpichev deleted the m_atan2-122681 branch August 6, 2024 12:48
brandtbucher pushed a commit to brandtbucher/cpython that referenced this pull request Aug 7, 2024
blhsing pushed a commit to blhsing/cpython that referenced this pull request Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants