Message77632
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. |
|
| Date |
User |
Action |
Args |
| 2008-12-11 21:22:14 | mark.dickinson | set | recipients:
+ mark.dickinson, loewis, rhettinger, terry.reedy, vstinner, fredrikj |
| 2008-12-11 21:22:14 | mark.dickinson | set | messageid: <[email protected]> |
| 2008-12-11 21:22:13 | mark.dickinson | link | issue3439 messages |
| 2008-12-11 21:22:13 | mark.dickinson | create | |
|