Mark Dickinson <dicki...@gmail.com> added the comment:

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.

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue3439>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to