diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-04-16 09:03:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-16 09:03:51 (GMT) |
commit | 49a905958ffc2fcd5d1d1a293ae453d45deeb884 (patch) | |
tree | 0b3c2dbf3f41c975fe1bb0aaea1e9a75c1de9d8c /Misc/NEWS | |
parent | 4f43f87b6246e13e0eefc793a2c5415c915723c3 (diff) | |
download | cpython-49a905958ffc2fcd5d1d1a293ae453d45deeb884.zip cpython-49a905958ffc2fcd5d1d1a293ae453d45deeb884.tar.gz cpython-49a905958ffc2fcd5d1d1a293ae453d45deeb884.tar.bz2 |
[3.5] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a macro (#1049)
if Py_LIMITED_API is not defined.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -160,8 +160,8 @@ 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. + Py_LIMITED_API is 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 |