bpo-46712: Share global string identifiers in deepfreeze by kumaraditya303 · Pull Request #31261 · python/cpython · GitHub

github.com

Tin mới

kumaraditya303:global-strings

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

faster-cpython/ideas#218

Since bpo-46541, the global strings are statically allocated so they can now be referenced by deep-frozen modules just like any other singleton. Sharing identifiers with deepfreeze will reduce the duplicated strings henc

faster-cpython/ideas#230

Since bpo-46541, the global strings are statically allocated so they can now be referenced by deep-frozen modules just like any other singleton. Sharing identifiers with deepfreeze will reduce the duplicated strings henc

bpo-46541: Discover the global strings. #31346

: Discover the global strings. (

use global strings

📜🤖 Added by blurb_it.

View reviewed changes

Learn more about hiding disruptive comments

The reason will be displayed to describe this comment to others. Learn more.

View reviewed changes

: Share global string identifiers in deepfreeze (

bpo-46712: Let generate_global_objects.py Run on Earlier Python Versions #31637

Replace _Py_IDENTIFIER() with statically initialized objects. #90699

Share global string identifiers in deepfreeze #90868