Message77782
Update both patches:
(1) change PyLong_FromLong(ndigits-1) to PyLong_FromSsize_t(ndigits-1) in
both patches (it's possible to have a 32-bit long and 64-bit Py_ssize_t), and
(2) in the optimized patch, add the table lookup optimization for
long_bit_length. |
|
| Date |
User |
Action |
Args |
| 2008-12-14 10:24:36 | mark.dickinson | set | recipients:
+ mark.dickinson, loewis, rhettinger, terry.reedy, pitrou, vstinner, fredrikj |
| 2008-12-14 10:24:36 | mark.dickinson | set | messageid: <[email protected]> |
| 2008-12-14 10:24:32 | mark.dickinson | link | issue3439 messages |
| 2008-12-14 10:24:32 | mark.dickinson | create | |
|