]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138349: Fix crash when combining module-level annotation and listcomp (#138363)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 10 Sep 2025 13:18:39 +0000 (06:18 -0700)
committerGitHub <noreply@github.com>
Wed, 10 Sep 2025 13:18:39 +0000 (15:18 +0200)
commit7a6fd4a45deee23b827bf8e32bde172e14921ed6
tree59de91e8ffee8b3b75a2fc205eff8612e4e2fc73
parentf5fa336579d124e389b1c36a5431e7908aaf5e53
gh-138349: Fix crash when combining module-level annotation and listcomp (#138363)
Include/internal/pycore_magic_number.h
Lib/test/test_type_annotations.py
Misc/NEWS.d/next/Core_and_Builtins/2025-09-01-13-54-43.gh-issue-138349.0fGmAi.rst [new file with mode: 0644]
Python/codegen.c