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 rhettinger, serhiy.storchaka, vstinner
Date 2017-03-25.10:14:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbhhqw2JOxG-fOqbN93E_LZfeeC8SMuW8ZJQUh9MnPzWQ@mail.gmail.com>
In-reply-to <1490422115.44.0.981590021347.issue29737@psf.upfronthosting.co.za>
Content
I like the change. It prevents to duplicate tuples and so reduce the memory
footprint. PGO compilation helps branch prediction anyway.
History
Date User Action Args
2017-03-25 10:14:50vstinnersetrecipients: + vstinner, rhettinger, serhiy.storchaka
2017-03-25 10:14:50vstinnerlinkissue29737 messages
2017-03-25 10:14:50vstinnercreate