Message77632
| 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:14 | mark.dickinson | set | recipients: + mark.dickinson, loewis, rhettinger, terry.reedy, vstinner, fredrikj |
| 2008-12-11 21:22:14 | mark.dickinson | set | messageid: <1229030534.46.0.328089933083.issue3439@psf.upfronthosting.co.za> |
| 2008-12-11 21:22:13 | mark.dickinson | link | issue3439 messages |
| 2008-12-11 21:22:13 | mark.dickinson | create | |