]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-150641: Fix evaluating forward references in STRING format can 'leak' inter...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 3 Jul 2026 09:55:10 +0000 (11:55 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2026 09:55:10 +0000 (11:55 +0200)
commit1b89ad7e009c00da78aab3eff73620fafb5b032e
tree48477818c4d2f3615a5126b075c65a1431611b8a
parentd657028a6e668c9cf04df53f82a57c97f59b7a5d
[3.15] gh-150641: Fix evaluating forward references in STRING format can 'leak' internal names in `typing` (GH-150648) (#152935)

gh-150641: Fix evaluating forward references in STRING format can 'leak' internal names in `typing` (GH-150648)
(cherry picked from commit f75028f7ceebee4cbeb46bf040834e2005d57436)

Co-authored-by: Ivy Xu <fakeshadow1337@gmail.com>
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]