]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:16:40 +0000 (15:16 +0200)
committerGitHub <noreply@github.com>
Sat, 15 Jun 2024 13:16:40 +0000 (13:16 +0000)
commit13a5082afea155b8558c700156e3832548d78b3a
treedccb16734ee814389e9af1dac28cb18603c212d5
parent767c955544fa79486e3e874ed9d74e8991b1060b
[3.13] Add some more edge-case tests for `inspect.get_annotations` with `eval_str=True` (GH-120550) (#120551)

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