]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144169: Fix three crashes in AST objects with non-str kwargs (#144178)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 26 Jan 2026 01:28:58 +0000 (17:28 -0800)
committerGitHub <noreply@github.com>
Mon, 26 Jan 2026 01:28:58 +0000 (17:28 -0800)
commit639c1ad4f1ef5c2409a62fa8ed16e6aa3a6f9ab8
treea8fb80e3c5a4b40e67c6176bc56dd627405b9b14
parent76d3ae71bab2f6391193610f4aedf8337be4112a
gh-144169: Fix three crashes in AST objects with non-str kwargs (#144178)

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