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 2015-07-22.12:41:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437568891.55.0.658453544962.issue24681@psf.upfronthosting.co.za>
In-reply-to
Content
> You can benchmark if you want.

No, you have to provide a benchmark if you want to modify the Python core to optimize it. Otherwise, modifying the code is pointless.

It's a general rule in Python to optimize code. We don't accept optimization changes if it has no effect on performances.
History
Date User Action Args
2015-07-22 12:41:31vstinnersetrecipients: + vstinner, rhettinger, serhiy.storchaka
2015-07-22 12:41:31vstinnersetmessageid: <1437568891.55.0.658453544962.issue24681@psf.upfronthosting.co.za>
2015-07-22 12:41:31vstinnerlinkissue24681 messages
2015-07-22 12:41:31vstinnercreate