]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-141174: Improve `ForwardRef` test coverage (GH-141175) (#141354)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 10 Nov 2025 15:19:54 +0000 (16:19 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Nov 2025 15:19:54 +0000 (15:19 +0000)
commita1889959d31b8aa4636109897348e1c180e86665
treeea05bf12985e95c5382ce031e0fa61b98f82a544
parent4b9ed4e642ad475e46f0496c9d98a56bed85d2ec
[3.14] gh-141174: Improve `ForwardRef` test coverage (GH-141175) (#141354)

gh-141174: Improve `ForwardRef` test coverage (GH-141175)

* Test unsupported format in ForwardRef.evaluate()

* Test dict cell closure with multiple variables

* Test all options in ForwardRef repr

* Test ForwardRef being a final class
(cherry picked from commit 19b573025e0aa569e7a34081116280133e33979a)

Co-authored-by: dr-carlos <77367421+dr-carlos@users.noreply.github.com>
Lib/test/test_annotationlib.py