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 mark.dickinson
Recipients fredrikj, loewis, mark.dickinson, rhettinger, terry.reedy, vstinner
Date 2008-12-11.21:22:13
SpamBayes Score 0.007379069
Marked as misclassified No
Message-id <1229030534.46.0.328089933083.issue3439@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-12-11 21:22:14mark.dickinsonsetrecipients: + mark.dickinson, loewis, rhettinger, terry.reedy, vstinner, fredrikj
2008-12-11 21:22:14mark.dickinsonsetmessageid: <1229030534.46.0.328089933083.issue3439@psf.upfronthosting.co.za>
2008-12-11 21:22:13mark.dickinsonlinkissue3439 messages
2008-12-11 21:22:13mark.dickinsoncreate