Message 170979 - Python tracker (original) (raw)
Message170979
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:59 | serhiy.storchaka | set | recipients: + serhiy.storchaka, terry.reedy |
2012-09-22 09:42:59 | serhiy.storchaka | set | messageid: 1348306979.28.0.422731687213.issue15988@psf.upfronthosting.co.za |
2012-09-22 09:42:58 | serhiy.storchaka | link | issue15988 messages |
2012-09-22 09:42:58 | serhiy.storchaka | create |