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 scoder
Recipients gvanrossum, lukasz.langa, mark.dickinson, rhettinger, scoder, serhiy.storchaka, steven.daprano
Date 2021-09-21.09:01:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632214882.47.0.992688169904.issue24076@roundup.psfhosted.org>
In-reply-to
Content
New changeset debd80403721b00423680328d6adf160a28fbff4 by scoder in branch 'main':
bpo-24076: Inline single digit unpacking in the integer fastpath of sum() (GH-28469)
https://github.com/python/cpython/commit/debd80403721b00423680328d6adf160a28fbff4
History
Date User Action Args
2021-09-21 09:01:22scodersetrecipients: + scoder, gvanrossum, rhettinger, mark.dickinson, steven.daprano, lukasz.langa, serhiy.storchaka
2021-09-21 09:01:22scodersetmessageid: <1632214882.47.0.992688169904.issue24076@roundup.psfhosted.org>
2021-09-21 09:01:22scoderlinkissue24076 messages
2021-09-21 09:01:22scodercreate