Tin mới
gpshead:non-90s-urlparse-cache
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-44002: Switch to lru_cache in urllib.parse.
Use the default lru_cache size.
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Use a typed lru_cache on urlsplit.
Restore the list comprehensions.
don't deprecate clear_cache().
Merge remote-tracking branch 'upstream/main' into non-90s-urlparse-cache
Add a test for the module level __getattr__().
Feature/replace list comp with generator #26046