This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients loewis, serhiy.storchaka
Date 2017-01-22.17:32:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485106332.55.0.285190037076.issue29083@psf.upfronthosting.co.za>
In-reply-to
Content
There are also issues with PyArg_ValidateKeywordArguments(), PyArg_UnpackTuple() and Py_BuildValue(). Their declarations are not available if define PY_SSIZE_T_CLEAN and Py_LIMITED_API < 3.3. But they were available in Python 3.2.

Proposed patch fixes these glitches.
History
Date User Action Args
2017-01-22 17:32:12serhiy.storchakasetrecipients: + serhiy.storchaka, loewis
2017-01-22 17:32:12serhiy.storchakasetmessageid: <1485106332.55.0.285190037076.issue29083@psf.upfronthosting.co.za>
2017-01-22 17:32:12serhiy.storchakalinkissue29083 messages
2017-01-22 17:32:12serhiy.storchakacreate