Tin mới
ericsnowcurrently:make-global-interned-dict-safe
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
Improve Interpreter Isolation #100227
Initialize the interned dict in _PyUnicode_InitGlobalObjects().
Store a thread state to use just for interned strings.
Always use the main interpreter when possibly resizing the interned d…
Make interned strings immortal.
Temporarily skip immortalizing.
Add the mutex for the interned dict.
gh-100227: Move the Dict of Interned Strings to PyInterpreterState #102339