]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-103592: Add tests of `Literal` with `Enum` and `Union` of `Literal`s (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 23 Apr 2023 18:15:24 +0000 (11:15 -0700)
committerGitHub <noreply@github.com>
Sun, 23 Apr 2023 18:15:24 +0000 (12:15 -0600)
commit4e9635e2b110b4d0d38d8e839e9604075b43a7f4
tree71f9e108086c548667d322f389dbc061b7316ff0
parentec29d0c0916af129eaafb0ad392449ca173309ed
[3.11] gh-103592: Add tests of `Literal` with `Enum` and `Union` of `Literal`s (GH-103706) (#103720)

gh-103592: Add tests of `Literal` with `Enum` and `Union` of `Literal`s (GH-103706)
(cherry picked from commit 5041c2ba6e9c992d1c54834481c9be64581c0235)

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