]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-153896: Deduplicate unhashable arguments in `typing.Literal` (GH-153914...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Jul 2026 07:56:06 +0000 (09:56 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 07:56:06 +0000 (09:56 +0200)
commit3156e835a1fe8e72a64b7a2264678a7f2f3700bc
tree85225d6166eedb77ba78c5c5824e365792bc690d
parent6337bfd45acf1d4fced9261336d0c956bfbaad79
[3.14] gh-153896: Deduplicate unhashable arguments in `typing.Literal` (GH-153914) (#153956)

gh-153896: Deduplicate unhashable arguments in `typing.Literal` (GH-153914)
(cherry picked from commit a53b5b126749133e50692fe0c3729f5580ee8500)

Co-authored-by: Massimiliano Bruni <massimiliano.bruni@icloud.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2026-07-18-10-52-10.gh-issue-153896.87oevp.rst [new file with mode: 0644]