]> granicus.if.org Git - python/commit
SF bug 705231: Assertion failed, python aborts.
authorTim Peters <tim.peters@gmail.com>
Sat, 24 May 2003 20:18:24 +0000 (20:18 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 24 May 2003 20:18:24 +0000 (20:18 +0000)
commite87568dd9a8a1ccdcc05398c19ab45243b1979b5
tree5516eedc9948940cbd255179e81017ae54bf6433
parent0ed39577ddcc7dadb642b316eb90e91b60bacdcc
SF bug 705231:  Assertion failed, python aborts.
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.
Lib/test/test_pow.py
Misc/NEWS
Objects/floatobject.c