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 vstinner
Recipients serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-18.16:33:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479486828.67.0.0744294693395.issue28398@psf.upfronthosting.co.za>
In-reply-to
Content
> We should know what is the benefit of the patch before committing it.

The purpose of the patch is to use the empty string singleton to reduce the memory footprint, instead of creating multiple empty (Unicode) string objects.
History
Date User Action Args
2016-11-18 16:33:48vstinnersetrecipients: + vstinner, serhiy.storchaka, xiang.zhang
2016-11-18 16:33:48vstinnersetmessageid: <1479486828.67.0.0744294693395.issue28398@psf.upfronthosting.co.za>
2016-11-18 16:33:48vstinnerlinkissue28398 messages
2016-11-18 16:33:48vstinnercreate