]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46424: [typing] cover `Annotation[arg]` invalid usage in tests (GH-30663)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Jan 2022 15:54:07 +0000 (07:54 -0800)
committerGitHub <noreply@github.com>
Wed, 19 Jan 2022 15:54:07 +0000 (07:54 -0800)
commitbaf26d07a634b0ea3ff052716bdeaee985b3a3a9
treeae4be0b75158ca9e5a8808a1072ccb5b1cf76768
parent24d0b331e81b4e4af8dd4c1b66ea7159c1fdabc5
bpo-46424: [typing] cover `Annotation[arg]` invalid usage in tests (GH-30663)

(cherry picked from commit 32398294fb3fcf4ee74da54722fd0221c4e6cb74)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_typing.py