]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-153896: Deduplicate unhashable arguments in `typing.Literal` (GH-153914...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Jul 2026 08:29:23 +0000 (10:29 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 08:29:23 +0000 (08:29 +0000)
commit61aa141fdac5f8ec216cfad3bca005552f38db5c
tree58c533f7769ceb83d191fe867927c6c7d9ddab1b
parentbecc0f6180d689d655fd29b9b21a6ef4c59a0323
[3.15] gh-153896: Deduplicate unhashable arguments in `typing.Literal` (GH-153914) (#153955)

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

Co-authored-by: Massimiliano Bruni <massimiliano.bruni@icloud.com>
Co-authored-by: Tomas R. <tomas.roun8@gmail.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]