]> granicus.if.org Git - python/commit
Issue #4569: Interpreter crash when mutating a memoryview with an item size larger...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 7 Dec 2008 20:14:49 +0000 (20:14 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 7 Dec 2008 20:14:49 +0000 (20:14 +0000)
commitbc420400eb8d51ed16aa0c759363cb4248d3c946
treef8ef5db33b2b242d4d6645bf1553c348c949f933
parentf9734076cf12444fb1b5e4296993bf6df3b1e7f2
Issue #4569: Interpreter crash when mutating a memoryview with an item size larger than 1.

(together with a bit of reindenting)
Lib/test/test_memoryview.py
Misc/NEWS
Objects/memoryobject.c