Message77677
Here's Victor's patch, but with extra documentation. No code has been
changed.
Two more questions about the code, Victor; specifically about
long_numbits:
- why do you use PyLong_FromSize_t rather than PyInt_FromSize_t?
- isn't the if (ndigits == 0) check redundant? |
|
| Date |
User |
Action |
Args |
| 2008-12-12 17:26:06 | mark.dickinson | set | recipients:
+ mark.dickinson, loewis, rhettinger, terry.reedy, vstinner, fredrikj |
| 2008-12-12 17:26:06 | mark.dickinson | set | messageid: <[email protected]> |
| 2008-12-12 17:26:05 | mark.dickinson | link | issue3439 messages |
| 2008-12-12 17:26:05 | mark.dickinson | create | |
|