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 Paul.Upchurch, eric.araujo, hynek, mark.dickinson, ned.deily, serhiy.storchaka
Date 2012-11-02.17:27:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351877238.23.0.210197565486.issue14794@psf.upfronthosting.co.za>
In-reply-to
Content
For 2.7, I don't see any problem with raising OverflowError for a length that's > sys.maxsize, since it's hard to have sequences larger than that anyway.

For 3.x, I'd also see this behaviour as reasonable, and not a bug.  If it's raising OverflowError for lengths *smaller* than sys.maxsize, that's a bug.  Unless that's the case, I'd call this a feature request for 3.4, rather than a bug that needs fixing in all the maintenance branches.
History
Date User Action Args
2012-11-02 17:27:18mark.dickinsonsetrecipients: + mark.dickinson, ned.deily, eric.araujo, hynek, Paul.Upchurch, serhiy.storchaka
2012-11-02 17:27:18mark.dickinsonsetmessageid: <1351877238.23.0.210197565486.issue14794@psf.upfronthosting.co.za>
2012-11-02 17:27:18mark.dickinsonlinkissue14794 messages
2012-11-02 17:27:17mark.dickinsoncreate