Message208734
| Author | larry |
|---|---|
| Recipients | georg.brandl, larry, mark.dickinson, rmsr, serhiy.storchaka, skrah |
| Date | 2014-01-22.02:00:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1390356008.75.0.734895671888.issue20260@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Actually, here's another data point to consider. The underlying implementation of PyArg_Parse* is the function convertsimple() in Python/getargs.c. For all the non-bitwise integer format units ('bhi'), if they overflow or underflow the native integer they raise OverflowError. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-22 02:00:08 | larry | set | recipients: + larry, georg.brandl, mark.dickinson, rmsr, skrah, serhiy.storchaka |
| 2014-01-22 02:00:08 | larry | set | messageid: <1390356008.75.0.734895671888.issue20260@psf.upfronthosting.co.za> |
| 2014-01-22 02:00:08 | larry | link | issue20260 messages |
| 2014-01-22 02:00:08 | larry | create | |