commit | ef29f8634ca5415fda7aa75c9c142d3eaf2edebc | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Dec 28 11:55:24 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Dec 28 11:55:24 2008 +0000 |
tree | 83747d92acba51003a7598774a1a71c81408803a | |
parent | 828a7066f12e758c30829363c8ec9018c6c2a94f [diff] [blame] |
Backport r67975: #4759: fix segfault in bytearray.translate(x, None).
diff --git a/Misc/NEWS b/Misc/NEWS index b75ddf9..3bea977 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and Builtins ----------------- +- Issue #4759: fix a segfault for bytearray.translate(x, None). + - Added test case to ensure attempts to read from a file opened for writing fail.