]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-103746: Test `types.UnionType` and `Literal` types together (GH-103747...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Apr 2023 17:22:36 +0000 (10:22 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2023 17:22:36 +0000 (17:22 +0000)
commite0e1bee833d85fec0903cbe9f5bf79197597cc64
tree35203baf4bd2402a48fc9695fa633da4e986d514
parent25406e5a3576645e89450ed78c71058b53f0c65a
[3.11] gh-103746: Test `types.UnionType` and `Literal` types together (GH-103747) (#103772)

gh-103746: Test `types.UnionType` and `Literal` types together (GH-103747)
(cherry picked from commit 3d29edaf0a5f2e12e7f72552f602c761ddaf0d13)

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