]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Add some more edge-case tests for `inspect.get_annotations` with `eval_str...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 15 Jun 2024 13:10:01 +0000 (15:10 +0200)
committerGitHub <noreply@github.com>
Sat, 15 Jun 2024 13:10:01 +0000 (13:10 +0000)
commitf03f4b15eff47050654d9154e1bfb132fd5bcb83
tree425f94c25f420ed3b44bfebefb51fce5f5dac933
parent4fb2af31959bdb6a5d0df67ba20a96378f27578a
[3.12] Add some more edge-case tests for `inspect.get_annotations` with `eval_str=True` (GH-120550) (#120552)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/test_inspect/inspect_stringized_annotations_pep695.py
Lib/test/test_inspect/test_inspect.py