]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-137969: Fix double evaluation of `ForwardRef`s which rely on globals (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 13 Nov 2025 21:26:58 +0000 (22:26 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Nov 2025 21:26:58 +0000 (13:26 -0800)
commitdd28db664b41961355ca7d5e1ab7fda5e908dbb5
treec824cc722691bae893699a347b6c9b3bfa497eb4
parentaf20b880fc14c5a397f2f160877b94cb3d69f45c
[3.14] gh-137969: Fix double evaluation of `ForwardRef`s which rely on globals (GH-140974) (#141527)

gh-137969: Fix double evaluation of `ForwardRef`s which rely on globals (GH-140974)
(cherry picked from commit 209eaff68c3b241c01aece14182cb9ced51526fc)

Co-authored-by: dr-carlos <77367421+dr-carlos@users.noreply.github.com>
Lib/annotationlib.py
Lib/test/test_annotationlib.py
Misc/NEWS.d/next/Library/2025-11-04-15-40-35.gh-issue-137969.9VZQVt.rst [new file with mode: 0644]