Message 291258 - Python tracker (original) (raw)
Message291258
Author | serhiy.storchaka |
---|---|
Recipients | mark.dickinson, ncoghlan, python-dev, serhiy.storchaka, tehybel, terry.reedy, vstinner |
Date | 2017-04-07.08:41:40 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1491554500.36.0.448154996568.issue27867@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
If don't make PySlice_GetIndicesEx a macro when Py_LIMITED_API is not defined, it should be expanded to PySlice_Unpack and PySlice_AdjustIndices. PR 1023 does this for master branch. The patch is generated by Coccinelle's semantic patch. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2017-04-07 08:41:40 | serhiy.storchaka | set | recipients: + serhiy.storchaka, terry.reedy, mark.dickinson, ncoghlan, vstinner, python-dev, tehybel |
2017-04-07 08:41:40 | serhiy.storchaka | set | messageid: 1491554500.36.0.448154996568.issue27867@psf.upfronthosting.co.za |
2017-04-07 08:41:40 | serhiy.storchaka | link | issue27867 messages |
2017-04-07 08:41:40 | serhiy.storchaka | create |