Message147813
| Author | pitrou |
|---|---|
| Recipients | eric.snow, meador.inge, ncoghlan, pitrou, skrah, vstinner |
| Date | 2011-11-17.16:57:46 |
| SpamBayes Score | 3.195148e-08 |
| Marked as misclassified | No |
| Message-id | <1321548772.3362.2.camel@localhost.localdomain> |
| In-reply-to | <1321548660.12.0.370183685761.issue13411@psf.upfronthosting.co.za> |
| Content | |
|---|---|
> 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). |
|
| History | |||
|---|---|---|---|
| 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 | |