This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kumaraditya
Recipients gvanrossum, kumaraditya
Date 2022-02-10.14:18:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644502683.1.0.673362326219.issue46712@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2022-02-10 14:18:03kumaradityasetrecipients: + kumaraditya, gvanrossum
2022-02-10 14:18:03kumaradityasetmessageid: <1644502683.1.0.673362326219.issue46712@roundup.psfhosted.org>
2022-02-10 14:18:03kumaradityalinkissue46712 messages
2022-02-10 14:18:03kumaradityacreate