diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-08-09 09:22:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-09 09:22:41 (GMT) |
commit | 8393608dd9f157ae25ee44777541e62fa80a6d82 (patch) | |
tree | 4f1b67a9aedd4af5fc4b090740bf21cf7eeebcbe /Python/pythonrun.c | |
parent | b6e745a27e9c98127acee436e4855066c58b7a3b (diff) | |
download | cpython-8393608dd9f157ae25ee44777541e62fa80a6d82.zip cpython-8393608dd9f157ae25ee44777541e62fa80a6d82.tar.gz cpython-8393608dd9f157ae25ee44777541e62fa80a6d82.tar.bz2 |
gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122689)
* 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.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions