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.