Tin mới
Gobot1234:orig_class-and-bases
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
Add typing.get_orig_bases and typing.get_orig_class #101688
Implement typing.get_orig_class and get_orig_bases
Apparently my lsp wasn't working
Merge branch 'main' into orig_class-and-bases
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Respond to second round of review
Merge remote-tracking branch 'upstream/main' into orig_class-and-bases
Merge branch 'main' into orig_class-and-bases
Revert "Document type.__orig_bases__"
cpython/Doc/library/typing.rst
Merge remote-tracking branch 'upstream/main' into orig_class-and-bases
Add a backport of types.get_original_bases python/typing_extensions#154