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 serhiy.storchaka
Recipients hakril, mark.dickinson, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2014-11-25.15:22:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416928928.89.0.258729553529.issue22939@psf.upfronthosting.co.za>
In-reply-to
Content
I think OverflowError is good for maintained releases, but for 3.5 Clement's idea with long index looks attractive to me. In any case an exception should be raised for negative argument in __setstate__(). Let split this issue on two parts. First fix the bug by raising exceptions, and then add long index (if anyone will need it).
History
Date User Action Args
2014-11-25 15:22:08serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, mark.dickinson, vstinner, r.david.murray, hakril
2014-11-25 15:22:08serhiy.storchakasetmessageid: <1416928928.89.0.258729553529.issue22939@psf.upfronthosting.co.za>
2014-11-25 15:22:08serhiy.storchakalinkissue22939 messages
2014-11-25 15:22:08serhiy.storchakacreate