]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add some more edge-case tests for `inspect.get_annotations` with `eval_str=True`...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Sat, 15 Jun 2024 12:51:58 +0000 (13:51 +0100)
committerGitHub <noreply@github.com>
Sat, 15 Jun 2024 12:51:58 +0000 (12:51 +0000)
commit99d62f902e43c08ebec5a292fd3b30a9fc4cba69
treeff39030d75a865d5d2c64d87a5318e40e49ca0ab
parentc501261c919ceb97c850ef9427a93326f06a8f2e
Add some more edge-case tests for `inspect.get_annotations` with `eval_str=True` (#120550)
Lib/test/test_inspect/inspect_stringized_annotations_pep695.py
Lib/test/test_inspect/test_inspect.py