]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150641: Fix evaluating forward references in STRING format can 'leak' internal...
authorIvy Xu <fakeshadow1337@gmail.com>
Fri, 3 Jul 2026 08:42:06 +0000 (16:42 +0800)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2026 08:42:06 +0000 (10:42 +0200)
commitf75028f7ceebee4cbeb46bf040834e2005d57436
treeb7d4808e74e243bacfa7a15d0af008fe7ea97876
parent8c35afa221020f58d7d4f0237a999b2b989410fe
gh-150641: Fix evaluating forward references in STRING format can 'leak' internal names in `typing` (#150648)

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]