]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-150641: Fix evaluating forward references in STRING format can 'leak' inter...
authorIvy Xu <fakeshadow1337@gmail.com>
Mon, 6 Jul 2026 17:07:12 +0000 (01:07 +0800)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2026 17:07:12 +0000 (18:07 +0100)
commitf2d433f01cdb8cd06f116e158ff03385b9b1559a
tree56e9be58747de5af44aecd4b77c4978a3801d714
parent0903be826a27bb949d53095461baebc2ee2eea1f
[3.14] gh-150641: Fix evaluating forward references in STRING format can 'leak' internal names (GH-150648) (#153016)

(cherry picked from commit f75028f7ceebee4cbeb46bf040834e2005d57436)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2026-05-31-14-39-25.gh-issue-150641.LLIhd1.rst [new file with mode: 0644]