]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-144169: Fix three crashes in AST objects with non-str kwargs (GH-144178...
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 28 Jan 2026 04:37:35 +0000 (20:37 -0800)
committerGitHub <noreply@github.com>
Wed, 28 Jan 2026 04:37:35 +0000 (20:37 -0800)
commitbc92e7878f252fffbabfce6a0a453f99248b5f94
treed9c233f71e5099ae5f967fc32626bd0c9e6631ce
parentb5129b89bbf475ce36a19cadb4e2302cc3c71b0d
[3.13] gh-144169: Fix three crashes in AST objects with non-str kwargs (GH-144178) (#144260)

(cherry picked from commit 639c1ad4f1ef5c2409a62fa8ed16e6aa3a6f9ab8)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_ast/test_ast.py
Misc/NEWS.d/next/Library/2026-01-23-06-43-21.gh-issue-144169.LFy9yi.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c