Message115695
> ... change all hash values to be of Py_ssize_t values rather than C longs ...
Yes, please! (Provided this change can go in before 3.2.) For the numeric types at least, this should be a straightforward adjustment.
And while we're at it, we could clean up some of the undefined behaviour from integer overflow that's in the current hash functions (tuple.__hash__, for example). |
|
| Date |
User |
Action |
Args |
| 2010-09-06 10:15:25 | mark.dickinson | set | recipients:
+ mark.dickinson, tim.peters, loewis, georg.brandl, rhettinger, jimjjewett, belopolsky, pitrou, casevh, ked-tao |
| 2010-09-06 10:15:25 | mark.dickinson | set | messageid: <[email protected]> |
| 2010-09-06 10:15:23 | mark.dickinson | link | issue9778 messages |
| 2010-09-06 10:15:23 | mark.dickinson | create | |
|