gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortalizing in other API by encukou · Pull Request #121364 · python/cpython · GitHub

github.com

Tin mới

encukou:intern-immortal-iip

miss-islington-app

GitHub CopilotWrite better code with AI

GitHub Copilot appDirect agents from issue to merge

ActionsAutomate any workflow

CodespacesInstant dev environments

IssuesPlan and track work

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

View all use cases

Financial services

View all industries

Software Development

GitHub SponsorsFund open source developers

Copilot for BusinessEnterprise-grade AI features

Premium SupportEnterprise-grade 24/7 support

Pull requests 2.6k

Security and quality 0

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

awaiting core review

awaiting core review

🔨 test-with-buildbots

🔨 test-with-buildbots

needs backport to 3.13

needs backport to 3.13

: Don't immortalize in PyUnicode_InternInPlace;…

bedevere-app Bot commented Jul 16, 2024

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