]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-112281: Allow `Union` with unhashable `Annotated` metadata (GH-112283)...
authorNikita Sobolev <mail@sobolevn.me>
Sun, 3 Mar 2024 20:20:01 +0000 (23:20 +0300)
committerGitHub <noreply@github.com>
Sun, 3 Mar 2024 20:20:01 +0000 (20:20 +0000)
commit8bfbeeb0a19a41a292560640ef6cf4f74cd642d3
treeca10032f2b711cbc4be079240b5286c0c70f6e06
parent6c2484bbf10305ea76a7e23f159dbaed7b534ad2
[3.11] gh-112281: Allow `Union` with unhashable `Annotated` metadata (GH-112283) (#116288)

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]