Steve Dower <steve.do...@python.org> added the comment:

Sounds good, but I don't think we can backport it. It's not _our_ public API, 
but it's still going to impact compiling modules.

Also, looking at the docs link above, copysign() is for floats and _copysign() 
is for doubles, which means it's an actual functional change. If POSIX/libc 
copysign() is floats, it's probably fine for a 3.10 change, but if we need to 
preserve the type then it needs to become _Py_copysign throughout.

----------
versions:  -Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42120>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to