]> granicus.if.org Git - python/commit
Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Jan 2017 11:27:44 +0000 (13:27 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Jan 2017 11:27:44 +0000 (13:27 +0200)
commit6e08baf12da60950561d50273799df93d120c127
tree47c83df77e52659776a270fe29509c21b9174af5
parenta8df8471d254086548325ffc451cdb73111bce83
parent512c57cb72e108d0f68ceecbc88dfe3b2eb56371
Issue #27867: Function PySlice_GetIndicesEx() is deprecated and 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.  Added functions
PySlice_Unpack() and PySlice_AdjustIndices().
Doc/c-api/slice.rst
Doc/whatsnew/3.7.rst
Include/sliceobject.h
Misc/NEWS
Objects/sliceobject.c
PC/python3.def