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 christian.heimes, eric.smith, jkloth, mark.dickinson, vstinner, zach.ware
Date 2013-11-23.19:20:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385234448.91.0.325431841005.issue19638@psf.upfronthosting.co.za>
In-reply-to
Content
So I think the right approach here is to signal an error if the input string is longer than INT_MAX.  The the safe downcast really *is* a safe downcast.
History
Date User Action Args
2013-11-23 19:20:48mark.dickinsonsetrecipients: + mark.dickinson, vstinner, eric.smith, christian.heimes, jkloth, zach.ware
2013-11-23 19:20:48mark.dickinsonsetmessageid: <1385234448.91.0.325431841005.issue19638@psf.upfronthosting.co.za>
2013-11-23 19:20:48mark.dickinsonlinkissue19638 messages
2013-11-23 19:20:48mark.dickinsoncreate