This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients gdr@garethrees.org, mark.dickinson, ncoghlan, pitrou, skrah, vstinner
Date 2014-02-07.17:08:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391792907.17.0.0181454947372.issue20539@psf.upfronthosting.co.za>
In-reply-to
Content
Thinking about it, `ValueError` seems like the right exception type: nothing's actually overflowing, because we haven't even tried to do any computation.  This is just a limitation of what `math.factorial` is prepared to accept as input (and perhaps that limitation should be documented).

Here's a patch.  Bikeshedding about the exception type and the exception message is welcome.
History
Date User Action Args
2014-02-07 17:08:27mark.dickinsonsetrecipients: + mark.dickinson, ncoghlan, pitrou, vstinner, skrah, gdr@garethrees.org
2014-02-07 17:08:27mark.dickinsonsetmessageid: <1391792907.17.0.0181454947372.issue20539@psf.upfronthosting.co.za>
2014-02-07 17:08:27mark.dickinsonlinkissue20539 messages
2014-02-07 17:08:27mark.dickinsoncreate