]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 13 Jan 2022 01:45:49 +0000 (17:45 -0800)
committerGitHub <noreply@github.com>
Thu, 13 Jan 2022 01:45:49 +0000 (17:45 -0800)
commita468866a67d83a24e3a3c3a0070129773d28bbd9
tree760746dd3d221e2dbe797349ca252e9c75845bb0
parent6f9ca53a6ac343a5663cc5c52546acf9a63b605a
bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535)

(cherry picked from commit 1de60155d5d01be2924e72fb68dd13d4fd00acd7)

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