aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-01-25 13:27:44 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2017-01-25 13:27:44 +0200
commit6e08baf12da60950561d50273799df93d120c127 (patch)
tree47c83df77e52659776a270fe29509c21b9174af5 /PC/python3.def
parent[merge 3.6] - issue26149 - Point to Wiki for Editors and Python IDEs on Unix. (diff)
parentIssue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if (diff)
downloadcpython-6e08baf12da60950561d50273799df93d120c127.tar.gz
cpython-6e08baf12da60950561d50273799df93d120c127.tar.bz2
cpython-6e08baf12da60950561d50273799df93d120c127.zip
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().
Diffstat (limited to 'PC/python3.def')
-rw-r--r--PC/python3.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/python3.def b/PC/python3.def
index a513b2ad2c4..bb3ca8814b4 100644
--- a/PC/python3.def
+++ b/PC/python3.def
@@ -531,10 +531,12 @@ EXPORTS
PySet_Pop=python37.PySet_Pop
PySet_Size=python37.PySet_Size
PySet_Type=python37.PySet_Type DATA
+ PySlice_AdjustIndices=python37.PySlice_AdjustIndices
PySlice_GetIndices=python37.PySlice_GetIndices
PySlice_GetIndicesEx=python37.PySlice_GetIndicesEx
PySlice_New=python37.PySlice_New
PySlice_Type=python37.PySlice_Type DATA
+ PySlice_Unpack=python37.PySlice_Unpack
PySortWrapper_Type=python37.PySortWrapper_Type DATA
PyState_AddModule=python37.PyState_AddModule
PyState_FindModule=python37.PyState_FindModule