Patch #1680015: Don't modify __slots__ tuple if it contains an unicode
name. Remove a reference leak that happened if the name could not be
converted to string.
(backport from rev. 54378)
diff --git a/Misc/NEWS b/Misc/NEWS
index 3798994..362e326 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
Core and builtins
-----------------
+- Patch #1680015: Don't modify __slots__ tuple if it contains an unicode
+ name.
+
- Patch #922167: Python no longer segfaults when faced with infinitely
self-recursive reload() calls (as reported by bug #742342).