summaryrefslogtreecommitdiff
path: root/PC/python3.def
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-01-25 13:23:05 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2017-01-25 13:23:05 +0200
commitb2a5be0763ee572bed431335eb4712fac94f5a7b (patch)
tree9960001b9d6da0e974b3af426d2a1a16b5d8829e /PC/python3.def
parent07a1f65a9362810e186059ef96e5b9cb19cb9e44 (diff)
downloadcpython-git-b2a5be0763ee572bed431335eb4712fac94f5a7b.tar.gz
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.
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 d7530494df..200d6bb7e2 100644
--- a/PC/python3.def
+++ b/PC/python3.def
@@ -527,10 +527,12 @@ EXPORTS
PySet_Pop=python35.PySet_Pop
PySet_Size=python35.PySet_Size
PySet_Type=python35.PySet_Type DATA
+ PySlice_AdjustIndices=python35.PySlice_AdjustIndices
PySlice_GetIndices=python35.PySlice_GetIndices
PySlice_GetIndicesEx=python35.PySlice_GetIndicesEx
PySlice_New=python35.PySlice_New
PySlice_Type=python35.PySlice_Type DATA
+ PySlice_Unpack=python35.PySlice_Unpack
PySortWrapper_Type=python35.PySortWrapper_Type DATA
PyState_AddModule=python35.PyState_AddModule
PyState_FindModule=python35.PyState_FindModule