Message147813
> Does memory_hash() reject non-contiguous memory?
It should, since it checks the strides array.
> _Py_HashBytes() might be reused by unicode_hash() for PyUnicode_1BYTE_KIND.
I don't really see how unicode hashing should be related to bytes
hashing (even though apparently an (outdated?) test checks for that). |
|
| Date |
User |
Action |
Args |
| 2011-11-17 16:57:49 | pitrou | set | recipients:
+ pitrou, ncoghlan, vstinner, skrah, meador.inge, eric.snow |
| 2011-11-17 16:57:46 | pitrou | link | issue13411 messages |
| 2011-11-17 16:57:46 | pitrou | create | |
|