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.

作者 vstinner
收信人 fredrikj, loewis, mark.dickinson, rhettinger, terry.reedy, vstinner
日期 2008-10-14.16:20:33
SpamBayes Score 0.00031211047
Marked as misclassified
Message-id <1224001236.11.0.69387501598.issue3439@psf.upfronthosting.co.za>
In-reply-to
内容
> Unless I missed something, numbits() is O(1).

Ooops, you're right. I looked quickly at the patch and I 
read "while(n)" but n is a digit, not the number of digits! So it's 
very quick to compute number of bits.
历史
日期 用户 动作 参数
2008-10-14 16:20:36vstinner修改recipients: + vstinner, loewis, rhettinger, terry.reedy, mark.dickinson, fredrikj
2008-10-14 16:20:36vstinner修改messageid: <1224001236.11.0.69387501598.issue3439@psf.upfronthosting.co.za>
2008-10-14 16:20:34vstinner链接issue3439 messages
2008-10-14 16:20:33vstinner创建