[issue20539] math.factorial may throw OverflowError

Mark Dickinson report at bugs.python.org
Thu Apr 10 15:35:31 CEST 2014


Mark Dickinson added the comment:

Patch applied to the default branch (but with OverflowError instead of ValueError for large positive inputs).  I don't see a lot of benefit in applying the fix to the maintenance branches.  Closing this issue.

----------
resolution:  -> fixed
status: open -> closed
versions: +Python 3.5 -Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20539>
_______________________________________


More information about the Python-bugs-list mailing list