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.
S
Serhiy Storchaka committed
8393608dd9f157ae25ee44777541e62fa80a6d82
Parent: b6e745a
Committed by GitHub <noreply@github.com>
on 8/9/2024, 9:22:41 AM