The Wayback Machine - https://web.archive.org/web/20221223152537/https://github.com/python/cpython/pull/28889
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

bpo-45412: Move copysign() define to pycore_pymath.h #28889

Merged
merged 1 commit into from Oct 11, 2021

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Oct 11, 2021

Move definitions of copysign(), round(), hypot(), fmod(), etc. from
pymath.h to pycore_pymath.h. These functions are not exported by
libpython and so must not be part of the C API.

https://bugs.python.org/issue45412

Move definitions of copysign(), round(), hypot(), fmod(), etc. from
pymath.h to pycore_pymath.h. These functions are not exported by
libpython and so must not be part of the C API.
@vstinner vstinner merged commit 61190e0 into python:main Oct 11, 2021
11 checks passed
@vstinner vstinner deleted the pycore_pymath branch Oct 11, 2021
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.

None yet

3 participants