mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
e87568dd9a
float_pow(): Don't let the platform pow() raise -1.0 to an integer power anymore; at least glibc gets it wrong in some cases. Note that math.pow() will continue to deliver wrong (but platform-native) results in such cases.