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-01-22.11:04:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642849482.66.0.726035598886.issue46471@roundup.psfhosted.org>
In-reply-to
Content
By using global singletons for single byte bytes objects in deepfreeze, there is no need to generate c code for it so it reduces the size of generated c file and reduces memory use of the objects when they are allocated on the heap as now they are statically allocated and they are already immortal.
History
Date User Action Args
2022-01-22 11:04:42kumaradityasetrecipients: + kumaraditya, gvanrossum
2022-01-22 11:04:42kumaradityasetmessageid: <1642849482.66.0.726035598886.issue46471@roundup.psfhosted.org>
2022-01-22 11:04:42kumaradityalinkissue46471 messages
2022-01-22 11:04:42kumaradityacreate