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 methane
Recipients methane, vstinner
Date 2017-01-21.03:30:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484969445.33.0.406694538272.issue29336@psf.upfronthosting.co.za>
In-reply-to
Content
Tuples consists of None, True, False, str and bytes can be merged safely.
To avoid memory leak, this patch shares such tuples in compile unit (module, in most case.)
History
Date User Action Args
2017-01-21 03:30:45methanesetrecipients: + methane, vstinner
2017-01-21 03:30:45methanesetmessageid: <1484969445.33.0.406694538272.issue29336@psf.upfronthosting.co.za>
2017-01-21 03:30:45methanelinkissue29336 messages
2017-01-21 03:30:44methanecreate