• Tim Peters's avatar
    SF bug 705231: Assertion failed, python aborts. · 23176bdd
    Tim Peters authored
    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.
    23176bdd
floatobject.c 28.3 KB