Put method-wrappers into trashcan. Fixes #927248.
diff --git a/Misc/NEWS b/Misc/NEWS
index 11add31..34795a4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Core and builtins
 -----------------
 
+- Bug #927248: Recursive method-wrapper objects can now safely
+  be released.
+
 - Bug #1417699: Reject locale-specific decimal point in float()
   and atof().