commit | 512c57cb72e108d0f68ceecbc88dfe3b2eb56371 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Jan 25 13:25:52 2017 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Jan 25 13:25:52 2017 +0200 |
tree | 38211c69e23229f66d265ddfd11e12f8f5bbfacb | |
parent | b0d0e19dd52f0a85abc449b36d24ea524d055e43 [diff] | |
parent | b2a5be0763ee572bed431335eb4712fac94f5a7b [diff] |
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.