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-20.08:13:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632125597.86.0.452727434661.issue24076@roundup.psfhosted.org>
In-reply-to
Content
I created a PR from my last patch, inlining the unpacking of single digit integers. Since most integers should fit into a single digit these days, this is as fast a path as it gets.

https://github.com/python/cpython/pull/28469
History
Date User Action Args
2021-09-20 08:13:17scodersetrecipients: + scoder, gvanrossum, rhettinger, mark.dickinson, steven.daprano, lukasz.langa, serhiy.storchaka
2021-09-20 08:13:17scodersetmessageid: <1632125597.86.0.452727434661.issue24076@roundup.psfhosted.org>
2021-09-20 08:13:17scoderlinkissue24076 messages
2021-09-20 08:13:17scodercreate