]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132479: Fix crash with multiple comprehensions in annotations (#132778)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 21 Apr 2025 20:49:59 +0000 (13:49 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Apr 2025 20:49:59 +0000 (13:49 -0700)
commit01317bb449612ea1dbbf36e439437909abd79a45
tree828f228bd5858c7e2ccca2050b3d72747d57b9e6
parent08e331d05e694b5ed3265556ea345b9b19a187da
gh-132479: Fix crash with multiple comprehensions in annotations (#132778)
Lib/test/test_type_annotations.py
Misc/NEWS.d/next/Core_and_Builtins/2025-04-21-09-22-15.gh-issue-132479.CCe2sE.rst [new file with mode: 0644]
Python/symtable.c