#3650: fix a reference leak in bytes.split('x')
Actually the same as r65785, but trunk only has bytearray.
diff --git a/Misc/NEWS b/Misc/NEWS
index 89ffdc1..3173fcb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and Builtins
 -----------------
 
+- Issue #3650: Fixed a reference leak in bytes.split('x').
+
 Library
 -------