]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-138425: Correctly partially evaluate global generics with undefined params...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 2 Nov 2025 23:41:49 +0000 (00:41 +0100)
committerGitHub <noreply@github.com>
Sun, 2 Nov 2025 23:41:49 +0000 (23:41 +0000)
commit23e3771045b412be19ce2d702eb7736d5df1f920
treef879b8b9d27954f8ec6a86b201e7090b09daef84
parent7e1bac6a1aa6705c2386d80f093e575106de3340
[3.14] gh-138425: Correctly partially evaluate global generics with undefined params in `ref.evaluate(format=Format.FORWARDREF)` (GH-138430) (#140927)

gh-138425: Correctly partially evaluate global generics with undefined params in `ref.evaluate(format=Format.FORWARDREF)` (GH-138430)
(cherry picked from commit e66f87ca73516efb4aec1f2f056d2a4efd73248a)

Co-authored-by: dr-carlos <77367421+dr-carlos@users.noreply.github.com>
Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/annotationlib.py
Lib/test/test_annotationlib.py
Misc/NEWS.d/next/Library/2025-09-03-18-26-07.gh-issue-138425.cVE9Ho.rst [new file with mode: 0644]