commit | 5504e893f84f07d5930094f07bcd479d859b5f0c | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Dec 06 21:27:53 2008 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Dec 06 21:27:53 2008 +0000 |
tree | 6e1f23c5a9e2ddfcb1a591fd97e07a120674e745 | |
parent | e6d4a9bdbc73a5314890d41a6e1e447ea848998f [diff] [blame] |
Issue #4509: bugs in bytearray with exports (buffer protocol)
diff --git a/Misc/NEWS b/Misc/NEWS index 9445457..81b0900 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,9 @@ growing read buffer. Fixed by using the same growth rate algorithm as Python 2.x. +- Issue #4509: Various issues surrounding resize of bytearray objects to + which there are buffer exports (e.g. memoryview instances). + Library -------