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 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:40serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, mark.dickinson, ncoghlan, vstinner, python-dev, tehybel
2017-04-07 08:41:40serhiy.storchakasetmessageid: <1491554500.36.0.448154996568.issue27867@psf.upfronthosting.co.za>
2017-04-07 08:41:40serhiy.storchakalinkissue27867 messages
2017-04-07 08:41:40serhiy.storchakacreate