Message175850
Thanks for the updated patch. A couple more comments:
- you've got potential overflow when computing keysize from bits, on platforms where sizeof(size_t) > sizeof(unsigned long).
- please could you move the check for PY_UINT32_T nearer the top of the file, along with the other #defines. |
|
| Date |
User |
Action |
Args |
| 2012-11-18 09:14:42 | mark.dickinson | set | recipients:
+ mark.dickinson, loewis, rhettinger, serhiy.storchaka |
| 2012-11-18 09:14:42 | mark.dickinson | set | messageid: <[email protected]> |
| 2012-11-18 09:14:42 | mark.dickinson | link | issue16496 messages |
| 2012-11-18 09:14:42 | mark.dickinson | create | |
|