[issue13411] Hashable memoryviews

STINNER Victor report at bugs.python.org
Thu Nov 17 17:51:00 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Does memory_hash() reject non-contiguous memory?

_Py_HashBytes() might be reused by unicode_hash() for PyUnicode_1BYTE_KIND.

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13411>
_______________________________________


More information about the Python-bugs-list mailing list