summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-01-25 11:25:52 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-01-25 11:25:52 (GMT)
commit512c57cb72e108d0f68ceecbc88dfe3b2eb56371 (patch)
tree38211c69e23229f66d265ddfd11e12f8f5bbfacb /Misc
parentb0d0e19dd52f0a85abc449b36d24ea524d055e43 (diff)
parentb2a5be0763ee572bed431335eb4712fac94f5a7b (diff)
downloadcpython-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 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index faab4df..768ba4b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -143,6 +143,10 @@ Windows
C API
-----
+- 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.
+
- Issue #29083: Fixed the declaration of some public API functions.
PyArg_VaParse() and PyArg_VaParseTupleAndKeywords() were not available in
limited API. PyArg_ValidateKeywordArguments(), PyArg_UnpackTuple() and