]> granicus.if.org Git - python/commit
Issue #29083: Fixed the declaration of some public API functions.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Jan 2017 19:39:42 +0000 (21:39 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Jan 2017 19:39:42 +0000 (21:39 +0200)
commit675f2f8f903b83934e0b0cc0d62f12cee25270d2
tree373ede49029105c7e07fef007ec24fff4a462ef2
parent067cbd02bf2d9dba35fb73edc57afecc759411fd
parent3831b0a0660621209ee3820e7a2752e69273aa4b
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
Py_BuildValue() were not available in limited API of version < 3.3 when
PY_SSIZE_T_CLEAN is defined.
Include/modsupport.h
Misc/NEWS