]> granicus.if.org Git - python/commit
[3.5] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a macro...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 16 Apr 2017 09:03:51 +0000 (12:03 +0300)
committerGitHub <noreply@github.com>
Sun, 16 Apr 2017 09:03:51 +0000 (12:03 +0300)
commit49a905958ffc2fcd5d1d1a293ae453d45deeb884
tree0b3c2dbf3f41c975fe1bb0aaea1e9a75c1de9d8c
parent4f43f87b6246e13e0eefc793a2c5415c915723c3
[3.5] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a macro (#1049)

if Py_LIMITED_API is not defined.
Include/sliceobject.h
Misc/NEWS