]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44456: Improve the syntax error when mixing keyword and positional patterns ...
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 24 Jun 2021 15:09:57 +0000 (16:09 +0100)
committerGitHub <noreply@github.com>
Thu, 24 Jun 2021 15:09:57 +0000 (16:09 +0100)
commit0acc258fe6f0ec200ca2f6f9294adbf52a244802
treecf584ea88a0cbe1c7518fe7436ad3521335b7554
parentb19f45533942e4ad7ddf9d2d94f8b87c6f746bce
bpo-44456: Improve the syntax error when mixing keyword and positional patterns (GH-26793)
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