Message379325
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. | |
| Date | User | Action | Args | | 2020-10-22 19:30:37 | steve.dower | set | recipients: + steve.dower, paul.moore, tim.golden, zach.ware, ejguan | | 2020-10-22 19:30:37 | steve.dower | set | messageid: <1603395037.91.0.511106382595.issue42120@roundup.psfhosted.org> | | 2020-10-22 19:30:37 | steve.dower | link | issue42120 messages | | 2020-10-22 19:30:37 | steve.dower | create | | |