]> 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:34:44 +0000 (21:34 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Jan 2017 19:34:44 +0000 (21:34 +0200)
commit3831b0a0660621209ee3820e7a2752e69273aa4b
treed953fd7751a718300f1e9558ef0c901bf80514c9
parent4102d25b7eef868519b4c9b398690313cd36ef66
parent07a1f65a9362810e186059ef96e5b9cb19cb9e44
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