]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-131421: Fix ASDL kw_defaults being `expr*` instead of `expr?*` (GH-133773...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Dec 2025 12:09:11 +0000 (13:09 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Dec 2025 12:09:11 +0000 (12:09 +0000)
commit6583951e7de5e56fe1d857afebb31f804ebe8fda
tree95a375482e26f10f72bb4587eb2446dfb6f67250
parentb097fa13f3ed25d58868a903e5e9c4751142cfcb
[3.14] gh-131421: Fix ASDL kw_defaults being `expr*` instead of `expr?*` (GH-133773) (GH-143269)

Also fix docs ASDL highlighting.
(cherry picked from commit f37f57dfe683163f390ef589301e4dd4608c4288)

Co-authored-by: Samuel <samuel@knutsen.co>
Doc/tools/extensions/lexers/asdl_lexer.py
Parser/Python.asdl
Python/Python-ast.c