mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Change the declaration of the keywords parameter in functions PyArg_ParseTupleAndKeywords() and PyArg_VaParseTupleAndKeywords() from `char **` to `char * const *` in C and `const char * const *` in C++. It makes these functions compatible with argument of type `const char * const *`, `const char **` or `char * const *` in C++ and `char * const *` in C without explicit type cast. Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> |
||
|---|---|---|
| .. | ||
| 2023-06-21-11-53-09.gh-issue-65210.PhFRBJ.rst | ||
| 2023-11-27-09-44-16.gh-issue-112438.GdNZiI.rst | ||
| 2023-12-02-02-08-11.gh-issue-106560.THvuji.rst | ||
| README.rst | ||
Put news entry `blurb`_ files for the *C API* section in this directory. .. _blurb: https://pypi.org/project/blurb/