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.
V
Victor Stinner committed
61190e092b8258ede92ac543bb39bad0f7168104
Parent: 1f316ea
Committed by GitHub <noreply@github.com>
on 10/11/2021, 10:12:00 PM