Message175881
I'm still uncomfortable with the init_by_array signature changes and the use of PY_UINT32_T. How about something like the attached instead? It keeps the central idea (use _PyLong_NumBits and _PyLong_AsByteArray) but doesn't require any signature changes or special casing for bigendian machines. |
|
| Date |
User |
Action |
Args |
| 2012-11-18 15:30:24 | mark.dickinson | set | recipients:
+ mark.dickinson, loewis, rhettinger, serhiy.storchaka |
| 2012-11-18 15:30:24 | mark.dickinson | set | messageid: <[email protected]> |
| 2012-11-18 15:30:24 | mark.dickinson | link | issue16496 messages |
| 2012-11-18 15:30:23 | mark.dickinson | create | |
|