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 ncoghlan
Recipients mark.dickinson, ncoghlan, skrah, vstinner
Date 2014-02-07.11:52:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391773921.82.0.0982203595143.issue20539@psf.upfronthosting.co.za>
In-reply-to
Content
I figured it was some internal storage overflowing, and I don't have an issue with the error type. The bit that is confusing is the error *message* - what int doesn't fit into a C long? (especially in the second case of float input where no user level int is involved at all).

It's mostly a theoretical problem though - as far as I am aware, the user that hit it was deliberately testing how far the limits of the "infinite precision" integers promised in the documentation actually extend.
History
Date User Action Args
2014-02-07 11:52:01ncoghlansetrecipients: + ncoghlan, mark.dickinson, vstinner, skrah
2014-02-07 11:52:01ncoghlansetmessageid: <1391773921.82.0.0982203595143.issue20539@psf.upfronthosting.co.za>
2014-02-07 11:52:01ncoghlanlinkissue20539 messages
2014-02-07 11:52:01ncoghlancreate