]> granicus.if.org Git - python/commit
[3.6] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a macro...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 25 May 2017 12:32:08 +0000 (15:32 +0300)
committerGitHub <noreply@github.com>
Thu, 25 May 2017 12:32:08 +0000 (15:32 +0300)
commitf43b293f2fee91578e28c7aa566510a0cd6e33cb
treedf9eea71235efd0e0c59f2d4dbeff22e8da343e4
parent89a310264000a613b7f6abd5916946aef09ae7d2
[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)
Include/sliceobject.h
Misc/NEWS