summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/0070.bpo-27867.J-8CGo.rst
blob: dbfeede9bfc32db41dbb183d7ec9cc5f74dbea01 (plain)
1
2
3
4
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().