diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-01-25 11:25:52 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-01-25 11:25:52 (GMT) |
commit | 512c57cb72e108d0f68ceecbc88dfe3b2eb56371 (patch) | |
tree | 38211c69e23229f66d265ddfd11e12f8f5bbfacb /PC/python3.def | |
parent | b0d0e19dd52f0a85abc449b36d24ea524d055e43 (diff) | |
parent | b2a5be0763ee572bed431335eb4712fac94f5a7b (diff) | |
download | cpython-512c57cb72e108d0f68ceecbc88dfe3b2eb56371.zip cpython-512c57cb72e108d0f68ceecbc88dfe3b2eb56371.tar.gz cpython-512c57cb72e108d0f68ceecbc88dfe3b2eb56371.tar.bz2 |
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.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/python3.def b/PC/python3.def index 3c45ee9..ff70718 100644 --- a/PC/python3.def +++ b/PC/python3.def @@ -531,10 +531,12 @@ EXPORTS PySet_Pop=python36.PySet_Pop PySet_Size=python36.PySet_Size PySet_Type=python36.PySet_Type DATA + PySlice_AdjustIndices=python36.PySlice_AdjustIndices PySlice_GetIndices=python36.PySlice_GetIndices PySlice_GetIndicesEx=python36.PySlice_GetIndicesEx PySlice_New=python36.PySlice_New PySlice_Type=python36.PySlice_Type DATA + PySlice_Unpack=python36.PySlice_Unpack PySortWrapper_Type=python36.PySortWrapper_Type DATA PyState_AddModule=python36.PyState_AddModule PyState_FindModule=python36.PyState_FindModule |