Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: f43b293f2fee91578e28c7aa566510a0cd6e33cb https://github.com/python/cpython/commit/f43b293f2fee91578e28c7aa566510a0cd6e33cb Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年05月25日 (2017年5月25日) Changed paths: M Include/sliceobject.h M Misc/NEWS Log Message: ----------- [3.6] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a macro (GH-1049) (#1813) if Py_LIMITED_API is not defined. (cherry picked from commit 49a9059)