]> granicus.if.org Git - python/commit
Issue #13411: memoryview objects are now hashable when the underlying object is hashable.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 21 Nov 2011 19:46:33 +0000 (20:46 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 21 Nov 2011 19:46:33 +0000 (20:46 +0100)
commitce4a9da70535b4bb9048147b141f01004af2133d
tree853fa7484683a9c858f29bfab1320fb4baee5d98
parent0a3229de6b80cfa9e432ef5a9c72548569503075
Issue #13411: memoryview objects are now hashable when the underlying object is hashable.
Doc/library/stdtypes.rst
Include/memoryobject.h
Include/object.h
Lib/test/test_memoryview.py
Lib/test/test_sys.py
Misc/NEWS
Objects/bytesobject.c
Objects/memoryobject.c
Objects/object.c