mirror of
https://github.com/python/cpython.git
synced 2026-07-24 10:52:24 -04:00
8b6dd92db7
* 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 8393608dd9)