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 h.venev, josh.r, methane, serhiy.storchaka
Date 2018-07-03.09:45:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530611124.09.0.56676864532.issue21011@psf.upfronthosting.co.za>
In-reply-to
Content
We can't change this API because this would break virtually all user code.

But we can introduce a macro like PY_SSIZE_T_CLEAN. If it is defined before including Python.h, PyArg_ParseTupleAndKeywords() will take an array of const strings. This will help for compatibility with C++.
History
Date User Action Args
2018-07-03 09:45:24serhiy.storchakasetrecipients: + serhiy.storchaka, methane, josh.r, h.venev
2018-07-03 09:45:24serhiy.storchakasetmessageid: <1530611124.09.0.56676864532.issue21011@psf.upfronthosting.co.za>
2018-07-03 09:45:24serhiy.storchakalinkissue21011 messages
2018-07-03 09:45:24serhiy.storchakacreate