]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145187: Fix crash on invalid type parameter bound expression in conditional block...
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Tue, 24 Feb 2026 20:44:57 +0000 (20:44 +0000)
committerGitHub <noreply@github.com>
Tue, 24 Feb 2026 20:44:57 +0000 (12:44 -0800)
commit5e61a16c1058e5de66b71dfdc9720d40e9f515d9
treef4498c73d172f3d6aa538c85a142e88078114ccc
parent56c4f10d6e474604a162521228b5f3b5ff79236c
gh-145187: Fix crash on invalid type parameter bound expression in conditional block (GH-145188)

Fix parsing crash found by oss-fuzz
Lib/test/test_type_params.py
Misc/NEWS.d/next/Core_and_Builtins/2026-02-24-18-30-56.gh-issue-145187.YjPu1Z.rst [new file with mode: 0644]
Python/codegen.c