commit | bc420400eb8d51ed16aa0c759363cb4248d3c946 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Dec 07 20:14:49 2008 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Dec 07 20:14:49 2008 +0000 |
tree | f8ef5db33b2b242d4d6645bf1553c348c949f933 | |
parent | f9734076cf12444fb1b5e4296993bf6df3b1e7f2 [diff] [blame] |
Issue #4569: Interpreter crash when mutating a memoryview with an item size larger than 1. (together with a bit of reindenting)
diff --git a/Misc/NEWS b/Misc/NEWS index 65458d0..cb2cf43 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -29,6 +29,9 @@ kept open but the file object behaves like a closed file. The ``FileIO`` object also got a new readonly attribute ``closefd``. +- Issue #4569: Interpreter crash when mutating a memoryview with an item size + larger than 1. + Library -------