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 Dan Rose, mark.dickinson, methane, serhiy.storchaka, tim.peters, vstinner
Date 2018-07-12.05:22:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531372973.69.0.56676864532.issue34100@psf.upfronthosting.co.za>
In-reply-to
Content
FYI, same constants are shared even when they are in different tuples on 3.6.

For modules having large constant table containing large integer or floats, non name-like string, and bytes are affected significantly.
History
Date User Action Args
2018-07-12 05:22:53methanesetrecipients: + methane, tim.peters, mark.dickinson, vstinner, serhiy.storchaka, Dan Rose
2018-07-12 05:22:53methanesetmessageid: <1531372973.69.0.56676864532.issue34100@psf.upfronthosting.co.za>
2018-07-12 05:22:53methanelinkissue34100 messages
2018-07-12 05:22:53methanecreate