]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-112281: Allow `Union` with unhashable `Annotated` metadata (GH-112283)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 1 Mar 2024 18:01:27 +0000 (19:01 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Mar 2024 18:01:27 +0000 (18:01 +0000)
commit90f75e1069f2d692480bcd305fc35b4fe7847e18
tree7699f462cf551869091f80c8a2e5a7c26516607b
parent16be4a3b93ca315d6d95a5e5dd17c81d03ed578a
[3.12] gh-112281: Allow `Union` with unhashable `Annotated` metadata (GH-112283) (#116213)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
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]