]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44456: Improve the syntax error when mixing keyword and positional patterns ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 24 Jun 2021 15:34:28 +0000 (08:34 -0700)
committerGitHub <noreply@github.com>
Thu, 24 Jun 2021 15:34:28 +0000 (08:34 -0700)
commit11f1a30cdb59f9da0209798d2057f7afacbd9547
tree7c9d8daaf844edde533e5d19744f64c258df4ad4
parentb3fac2926b23b4f1342099e591aa3fed7f16876d
bpo-44456: Improve the syntax error when mixing keyword and positional patterns (GH-26793)

(cherry picked from commit 0acc258fe6f0ec200ca2f6f9294adbf52a244802)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2021-06-18-22-08-25.bpo-44456.L0Rhko.rst [new file with mode: 0644]
Parser/parser.c
Parser/pegen.c
Parser/pegen.h