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 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:21vstinnersetrecipients: + vstinner, pitrou, serhiy.storchaka, yselivanov, zbyrne
2016-02-17 07:07:21vstinnerlinkissue26280 messages
2016-02-17 07:07:20vstinnercreate