Tin mới
GitHub CopilotWrite better code with AI
GitHub Copilot appDirect agents from issue to merge
CodespacesInstant dev environments
Code ReviewManage code changes
Code QualityEnforce quality at merge
GitHub Advanced SecurityFind and fix vulnerabilities
Code securitySecure your code as you build
Secret protectionStop leaks before they start
GitHub SponsorsFund open source developers
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
bpo-42345: Literal equality no longer depends on order of arguments
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Use value and type for Literal equality check
Use typed lru_cache for Literal type
Update signature of _tp_cache function
Add Literal arguments deduplication
: Fix three issues with typing.Literal parameters (
bpo-42345: Fix hash implementation of typing.Literal #23383
: Fix hash implementation of typing.Literal (
[3.9] bpo-42345: Fix hash implementation of typing.Literal (GH-23383) #23408
bpo-42345: Fix hash implementation of typing.Literal (
: Fix hash implementation of typing.Literal (
bpo-42345: Fix three issues with typing.Literal parameters (
bpo-42345: Fix hash implementation of typing.Literal (
Incorrect deduplication of Enum values in Union[Literal[1], Literal[SomeEnum.one]] #103592
Fix various things with Literal python/typing_extensions#145