]> 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:46:35 +0000 (17:46 -0800)
committerGitHub <noreply@github.com>
Thu, 13 Jan 2022 01:46:35 +0000 (17:46 -0800)
commitd9101c4e49dc29f21319493818130ad5468402a2
tree310db58b2b52eddb28c41c988d48c2791ad220e9
parent12cf91c3b17f6047eca4d7390741a37fc3bb03ca
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