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 chris.jerdonek, ezio.melotti, georg.brandl, gregory.p.smith, mark.dickinson, python-dev, serhiy.storchaka
Date 2012-12-26.15:11:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356534669.94.0.447517422341.issue16772@psf.upfronthosting.co.za>
In-reply-to
Content
Why does PyNumber_AsSsize_t() used instead PyLong_AsLongAndOverflow()? The range of "long" enough for all valid values of "base" and code with PyLong_AsLongAndOverflow() produces better error messages. It looks as a regression for me.
History
Date User Action Args
2012-12-26 15:11:10serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, gregory.p.smith, mark.dickinson, ezio.melotti, chris.jerdonek, python-dev
2012-12-26 15:11:09serhiy.storchakasetmessageid: <1356534669.94.0.447517422341.issue16772@psf.upfronthosting.co.za>
2012-12-26 15:11:09serhiy.storchakalinkissue16772 messages
2012-12-26 15:11:09serhiy.storchakacreate