]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-144169: Fix three crashes in AST objects with non-str kwargs (GH-144178...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Jan 2026 12:14:39 +0000 (13:14 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Jan 2026 12:14:39 +0000 (12:14 +0000)
commit7ae9a479cf1681503e896a3094cfc9122f05cb2e
treeb7c0c155ad0158f56eb7fee8a5b13cd05ac56927
parentca6142dae9dfbd24d44d9d998d59293d4887354d
[3.14] gh-144169: Fix three crashes in AST objects with non-str kwargs (GH-144178) (#144227)

gh-144169: Fix three crashes in AST objects with non-str kwargs (GH-144178)
(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