Serhiy Storchaka added the comment:

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.

----------
Added file: http://bugs.python.org/file46786/PySlice_GetIndicesEx.cocci

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27867>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to