Message 260377 - Python tracker
Message260377
| Author | vstinner |
|---|---|
| Recipients | pitrou, serhiy.storchaka, vstinner, yselivanov, zbyrne |
| Date | 2016-02-17.07:07:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <CAMpsgwZH3ZwgiROL=_igvWDzOBJMORmTvpcm5WtALhXXTGBCEQ@mail.gmail.com> |
| In-reply-to | <1455677782.95.0.783098600171.issue26280@psf.upfronthosting.co.za> |
| Content | |
|---|---|
I suggest to try to inline PyList_GetItem: use PyList_GET_ITEM and raise the exception manually if needed. I'm not sure that it's ok to add PyLong_AsSize_t() to the slow path. Copy the code in each if? A macro can help. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-02-17 07:07:21 | vstinner | set | recipients: + vstinner, pitrou, serhiy.storchaka, yselivanov, zbyrne |
| 2016-02-17 07:07:21 | vstinner | link | issue26280 messages |
| 2016-02-17 07:07:20 | vstinner | create | |