Message 260497 - Python tracker
Message260497
| Author | zbyrne |
|---|---|
| Recipients | pitrou, serhiy.storchaka, vstinner, yselivanov, zbyrne |
| Date | 2016-02-19.02:19:51 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1455848391.3.0.823552503031.issue26280@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Is it worth handling the exception, or just let it take the slow path and get caught by PyObject_GetItem()? We're still making sure the index is in bounds. Also, where would be an appropriate place to put a macro for adjusting negative indices? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-02-19 02:19:51 | zbyrne | set | recipients: + zbyrne, pitrou, vstinner, serhiy.storchaka, yselivanov |
| 2016-02-19 02:19:51 | zbyrne | set | messageid: <1455848391.3.0.823552503031.issue26280@psf.upfronthosting.co.za> |
| 2016-02-19 02:19:51 | zbyrne | link | issue26280 messages |
| 2016-02-19 02:19:51 | zbyrne | create | |