From: Mark Dickinson Date: Sun, 20 Dec 2009 14:09:20 +0000 (+0000) Subject: Blocked revisions 76917 via svnmerge X-Git-Tag: v3.1.2rc1~242 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae689ccb39eca076bc221f74260130e76bc13ea8;p=python Blocked revisions 76917 via svnmerge ................ r76917 | mark.dickinson | 2009-12-20 14:07:47 +0000 (Sun, 20 Dec 2009) | 10 lines Merged revisions 76916 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ 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. ........ ................ ---