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 belopolsky
Recipients belopolsky, methane, ncoghlan, serhiy.storchaka
Date 2017-01-05.02:00:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483581624.54.0.143520952542.issue29159@psf.upfronthosting.co.za>
In-reply-to
Content
Inada,

Can you explain what your patch does?  I don't understand why you single out the OverflowError.  When is __index__ expected to raise it?

>>> (2**300).__index__()
2037035976334486086268445688409378161051468393665936250636140449354381299763336706183397376
History
Date User Action Args
2017-01-05 02:00:24belopolskysetrecipients: + belopolsky, ncoghlan, methane, serhiy.storchaka
2017-01-05 02:00:24belopolskysetmessageid: <1483581624.54.0.143520952542.issue29159@psf.upfronthosting.co.za>
2017-01-05 02:00:24belopolskylinkissue29159 messages
2017-01-05 02:00:24belopolskycreate