]> granicus.if.org Git - python/commit
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Jan 2017 11:23:05 +0000 (13:23 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Jan 2017 11:23:05 +0000 (13:23 +0200)
commitb2a5be0763ee572bed431335eb4712fac94f5a7b
tree9960001b9d6da0e974b3af426d2a1a16b5d8829e
parent07a1f65a9362810e186059ef96e5b9cb19cb9e44
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
Py_LIMITED_API is not set or set to the value between 0x03050400
and 0x03060000 (not including) or 0x03060100 or higher.
Include/sliceobject.h
Misc/NEWS
Objects/sliceobject.c
PC/python3.def