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 gvanrossum
Recipients gvanrossum, lukasz.langa, mark.dickinson, rhettinger, scoder, serhiy.storchaka, steven.daprano
Date 2021-09-20.23:17:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632179842.26.0.965186902535.issue24076@roundup.psfhosted.org>
In-reply-to
Content
The patch looks fine, but it looks a bit like benchmark chasing. Is the speed of builtin sum() of a sequence of integers important enough to do this bit of inlining? (It may break if we change the internals of Py_Long, as Mark Shannon has been wanting to do for a while -- see https://github.com/faster-cpython/ideas/issues/42.)
History
Date User Action Args
2021-09-20 23:17:22gvanrossumsetrecipients: + gvanrossum, rhettinger, mark.dickinson, scoder, steven.daprano, lukasz.langa, serhiy.storchaka
2021-09-20 23:17:22gvanrossumsetmessageid: <1632179842.26.0.965186902535.issue24076@roundup.psfhosted.org>
2021-09-20 23:17:22gvanrossumlinkissue24076 messages
2021-09-20 23:17:22gvanrossumcreate