commit | c97c9096ed05c89041b2aab9578489ca634c9375 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Mon Feb 09 14:18:43 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Mon Feb 09 14:18:43 2009 +0000 |
tree | 39281e41387e90170eb0370e3ada481ca33f99fd | |
parent | b20af944d27e6277a9afa9f01282673eb89f7cf6 [diff] |
Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs. It now forces its argument to double before testing for infinity.