summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-10-30-21-11-37.bpo-45679.Dq8Cpu.rst
blob: a644492a12d17e8fcf5166b775d2fcdf301aa22d (plain)
1
2
Fix caching of multi-value :data:`typing.Literal`. ``Literal[True, 2]`` is no
longer equal to ``Literal[1, 2]``.