]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-138349: Fix crash when combining module-level annotation and listcomp ...
authorVictor Stinner <vstinner@python.org>
Thu, 11 Sep 2025 05:43:57 +0000 (07:43 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Sep 2025 05:43:57 +0000 (08:43 +0300)
commit3643a26a01a97e396472ba1d99626cc4e911d266
treec6102bbccac802c70ca171a2ef524636a3a70ee7
parent38cd031111399c8bf9baed85ba3826ae3415b25e
[3.14] gh-138349: Fix crash when combining module-level annotation and listcomp (#138363) (#138749)

* gh-138349: Fix crash when combining module-level annotation and listcomp (#138363)

(cherry picked from commit 7a6fd4a45deee23b827bf8e32bde172e14921ed6)

---------

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Include/internal/pycore_magic_number.h
Lib/test/test_importlib/test_util.py
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