commit | 7c69f9b8651fa9f3d71e5f2c73a4b771a5a21db7 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Dec 20 14:08:45 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Dec 20 14:08:45 2009 +0000 |
tree | 2e75894abd0520e51ace83477b03bac77479f4f5 | |
parent | 8116364b7362b1d5a25240342aa7296e307bd6da [diff] |
Blocked revisions 76916 via svnmerge ........ r76916 | mark.dickinson | 2009-12-20 13:58:18 +0000 (Sun, 20 Dec 2009) | 3 lines math.factorial depends on PyLong_AsLong correctly converting floats; rewrite it to do the conversion explicitly instead. See issue #7550. ........