]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-141174: Improve `annotationlib._Stringifier` test coverage (GH-141220)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 10 Nov 2025 21:44:05 +0000 (22:44 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Nov 2025 21:44:05 +0000 (21:44 +0000)
commit462e2255ef0f86f28df6e513f3cecc084929b365
treede9ca1730810192e6196151bfa484d7889281f20
parent9a5cf6f62ce3340b8898dcf4604a5f8bdfe49d45
[3.14] gh-141174: Improve `annotationlib._Stringifier` test coverage (GH-141220) (#141358)

gh-141174: Improve `annotationlib._Stringifier` test coverage (GH-141220)

* Test `_Stringifier.__convert_to_ast()` for containers

* Test partial evaluation of `ForwardRef`s in `_Stringifier`
(cherry picked from commit 55ea13231313a2133e6f5a6112409d349081f273)

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