]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45412: Move copysign() define to pycore_pymath.h (GH-28889)
authorVictor Stinner <vstinner@python.org>
Mon, 11 Oct 2021 22:12:00 +0000 (00:12 +0200)
committerGitHub <noreply@github.com>
Mon, 11 Oct 2021 22:12:00 +0000 (00:12 +0200)
commit61190e092b8258ede92ac543bb39bad0f7168104
treeebebc990118186a36116fe6026fe5a03d3594e8c
parent1f316ea3b4fa319eec4f375fb683467b424c964e
bpo-45412: Move copysign() define to pycore_pymath.h (GH-28889)

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.
Include/internal/pycore_pymath.h
Include/pymath.h