]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112281: Allow `Union` with unhashable `Annotated` metadata (#112283)
authorNikita Sobolev <mail@sobolevn.me>
Fri, 1 Mar 2024 16:19:24 +0000 (19:19 +0300)
committerGitHub <noreply@github.com>
Fri, 1 Mar 2024 16:19:24 +0000 (16:19 +0000)
commita7549b03cec1699b5342cddf292c179315433fa2
tree0698f307df96659b82fe2e68c18e5f42275ce6a0
parent2713c2abc8d0f30cd0060cd307bb4ec92f1f04bf
gh-112281: Allow `Union` with unhashable `Annotated` metadata (#112283)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/test_types.py
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2023-11-20-16-15-44.gh-issue-112281.gH4EVk.rst [new file with mode: 0644]