]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46482: add a test for `typing.Annotation.__new__` (GH-30821)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 1 Feb 2022 10:27:36 +0000 (02:27 -0800)
committerGitHub <noreply@github.com>
Tue, 1 Feb 2022 10:27:36 +0000 (02:27 -0800)
commit6a188d88c562bfd68ef3a32d148d9b234d50646e
tree7958c7de735b85c286dc4e2e55e24e9e0166e231
parent34794517d1380e206fbbc9735b8aaaf07a5237ce
bpo-46482: add a test for `typing.Annotation.__new__` (GH-30821)

(cherry picked from commit 4c0612ad00ba45dbea2a86f7db6d21546cf243f8)

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