diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-09-02 11:03:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-02 11:03:04 (GMT) |
commit | 8b6dd92db78cd2c0170e30d9e2fd2851b7f60b13 (patch) | |
tree | 496a3a8987022cf4a6f104d047a834a2761b784a /Python/executor_cases.c.h | |
parent | 60e4c3f71028d599026ca9d9deb51469f6d34fd8 (diff) | |
download | cpython-8b6dd92db78cd2c0170e30d9e2fd2851b7f60b13.zip cpython-8b6dd92db78cd2c0170e30d9e2fd2851b7f60b13.tar.gz cpython-8b6dd92db78cd2c0170e30d9e2fd2851b7f60b13.tar.bz2 |
[3.13] gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122689) (#122852)
* Parameters after the var-positional parameter are now keyword-only
instead of positional-or-keyword.
* Correctly calculate min_kw_only.
* Raise errors for invalid combinations of the var-positional parameter
with "*", "/" and deprecation markers.
(cherry picked from commit 8393608dd9f157ae25ee44777541e62fa80a6d82)
Diffstat (limited to 'Python/executor_cases.c.h')
0 files changed, 0 insertions, 0 deletions