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.

作者 mark.dickinson
收信人 fredrikj, loewis, mark.dickinson, rhettinger, terry.reedy, vstinner
日期 2008-12-11.21:22:13
SpamBayes Score 0.007379069
Marked as misclassified
Message-id <1229030534.46.0.328089933083.issue3439@psf.upfronthosting.co.za>
In-reply-to
内容
Alternatively, you could just ignore _PyLong_NumBits entirely and put the 
whole calculation into long_numbits.  You're already halfway there with 
the calculation of msd_bits anyway, and I suspect the code will look 
cleaner (and run faster) that way.
历史
日期 用户 动作 参数
2008-12-11 21:22:14mark.dickinson修改recipients: + mark.dickinson, loewis, rhettinger, terry.reedy, vstinner, fredrikj
2008-12-11 21:22:14mark.dickinson修改messageid: <1229030534.46.0.328089933083.issue3439@psf.upfronthosting.co.za>
2008-12-11 21:22:13mark.dickinson链接issue3439 messages
2008-12-11 21:22:13mark.dickinson创建