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 eitan.adler, methane, pitrou, serhiy.storchaka, vstinner, yselivanov
Date 2018-06-01.10:16:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527848187.17.0.682650639539.issue33597@psf.upfronthosting.co.za>
In-reply-to
Content
It seems like the PR 7043 has no big impact on performances. Sometimes, it's a little bit faster, sometimes it's a little bit slower. The trend is a little bit more in the "faster" side, but it's not very obvious.

I approved PR 7043. It shouldn't break the world, it might only break very specialized Python extensions touching very low level details of the Python implementation. The performance seems ok, but it reduces the memory footprint which is a very good thing!
History
Date User Action Args
2018-06-01 10:16:27vstinnersetrecipients: + vstinner, pitrou, methane, serhiy.storchaka, yselivanov, eitan.adler
2018-06-01 10:16:27vstinnersetmessageid: <1527848187.17.0.682650639539.issue33597@psf.upfronthosting.co.za>
2018-06-01 10:16:27vstinnerlinkissue33597 messages
2018-06-01 10:16:27vstinnercreate