◐ Shell
clean mode source ↗

Message 411971 - Python tracker

Message411971

Author tim.peters
Recipients Dennis Sweeney, tim.peters
Date 2022-01-28.03:35:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643340922.76.0.371459377283.issue46558@roundup.psfhosted.org>
In-reply-to
Content
Changed the code so that inner() only references one of the O(log log n) powers of 2 we actually precomputed (it could get lost before if `lo` was non-zero but within `n` had at least one leading zero bit - now we _pass_ the conceptual width instead of computing it on the fly).
History
Date User Action Args
2022-01-28 03:35:22tim.peterssetrecipients: + tim.peters, Dennis Sweeney
2022-01-28 03:35:22tim.peterssetmessageid: <1643340922.76.0.371459377283.issue46558@roundup.psfhosted.org>
2022-01-28 03:35:22tim.peterslinkissue46558 messages
2022-01-28 03:35:22tim.peterscreate