消息 [77782]
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. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2008-12-14 10:24:36 | mark.dickinson | 修改 | recipients:
+ mark.dickinson, loewis, rhettinger, terry.reedy, pitrou, vstinner, fredrikj |
| 2008-12-14 10:24:36 | mark.dickinson | 修改 | messageid: <1229250276.41.0.0278229181837.issue3439@psf.upfronthosting.co.za> |
| 2008-12-14 10:24:32 | mark.dickinson | 链接 | issue3439 messages |
| 2008-12-14 10:24:32 | mark.dickinson | 创建 | |
|