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
Interned strings are immortal, despite what the documentation says #113993
Switch PyUnicode_InternInPlace to _PyUnicode_InternMortal, clarify docs
Document immortality in some functions that take const char *
Don't immortalize user-provided attr names in _ctypes
: Don't immortalize in PyUnicode_InternInPlace;…
bedevere-app Bot commented Jul 16, 2024
GH-121854 is a backport of this pull request to the 3.13 branch.
: Don't immortalize in PyUnicode_InternInPlace; keep i…
: Don't immortalize in PyUnicode_InternInPlace; keep …
: Don't immortalize in PyUnicode_InternInPlace;…
[3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) #123065
: Make interned strings mortal (
PyUnicode_InternFromString does not immortalize the string as the document claims #133260