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 serhiy.storchaka, terry.reedy
Date 2012-09-22.09:42:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348306979.28.0.422731687213.issue15988@psf.upfronthosting.co.za>
In-reply-to
Content
1) Use PyLong_AsLongAndOverflow instead PyLong_AsLong in PyArg_ParseTuple and in some other functions.
2) Unify an integer overflow error messages in different functions.
History
Date User Action Args
2012-09-22 09:42:59serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy
2012-09-22 09:42:59serhiy.storchakasetmessageid: <1348306979.28.0.422731687213.issue15988@psf.upfronthosting.co.za>
2012-09-22 09:42:58serhiy.storchakalinkissue15988 messages
2012-09-22 09:42:58serhiy.storchakacreate