gh-121863: Immortalize names in code objects to avoid crash by encukou · Pull Request #121903 · python/cpython · GitHub

github.com

Tin mới

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

CMultiplyNested closure crash: Python 3.13 regression #121863

: Immortalize names in code objects to avoid crash

awaiting core review

awaiting core review

needs backport to 3.13

needs backport to 3.13

Interned strings are immortal, despite what the documentation says #113993

: Immortalize names in code objects to avoid crash (

bedevere-app Bot commented Jul 17, 2024

bedevere-app Bot commented Jul 17, 2024

GH-121904 is a backport of this pull request to the 3.13 branch.

[3.13] gh-121863: Immortalize names in code objects to avoid crash (GH-121903) (GH-121904) (cherry picked from commit cffad5c6ef9371b26e32556296cea2bfe8358b1a) Co-authored-by: Petr Viktorin <[email protected]>

[3.12] gh-121863: Immortalize names in code objects to avoid crash (GH-121903)

[3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) #123065

: Make interned strings mortal (