| commit | e87568dd9a8a1ccdcc05398c19ab45243b1979b5 | [log] [tgz] |
|---|---|---|
| author | Tim Peters <tim.peters@gmail.com> | Sat May 24 20:18:24 2003 +0000 |
| committer | Tim Peters <tim.peters@gmail.com> | Sat May 24 20:18:24 2003 +0000 |
| tree | 5516eedc9948940cbd255179e81017ae54bf6433 | |
| parent | 0ed39577ddcc7dadb642b316eb90e91b60bacdcc [diff] |
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.