[New-bugs-announce] [issue46712] Share global string identifiers in deepfreeze

Kumar Aditya report at bugs.python.org
Thu Feb 10 09:18:03 EST 2022


New submission from Kumar Aditya <rahuladitya303 at gmail.com>:

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 hence it would save space.

See https://github.com/faster-cpython/ideas/issues/218
See https://github.com/faster-cpython/ideas/issues/230

----------
messages: 413003
nosy: gvanrossum, kumaraditya303
priority: normal
severity: normal
status: open
title: Share global string identifiers in deepfreeze
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46712>
_______________________________________


More information about the New-bugs-announce mailing list