From: Mark Dickinson Date: Sun, 20 Dec 2009 14:08:45 +0000 (+0000) Subject: Blocked revisions 76916 via svnmerge X-Git-Tag: v2.6.5rc1~258 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c69f9b8651fa9f3d71e5f2c73a4b771a5a21db7;p=thirdparty%2FPython%2Fcpython.git 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. ........ ---