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 r-barnes
Recipients r-barnes
Date 2021-06-12.01:21:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623460916.5.0.468559041794.issue44401@roundup.psfhosted.org>
In-reply-to
Content
PyArg_ParseTupleAndKeywords and PyArg_VaParseTupleAndKeywords currently accept `kwlist` as `char **`; however, is not modified by either function. Therefore, a `const char **` might be better since this allows calling code to take advantage of `const` safety.
History
Date User Action Args
2021-06-12 01:21:56r-barnessetrecipients: + r-barnes
2021-06-12 01:21:56r-barnessetmessageid: <1623460916.5.0.468559041794.issue44401@roundup.psfhosted.org>
2021-06-12 01:21:56r-barneslinkissue44401 messages
2021-06-12 01:21:56r-barnescreate