Bug #978833: Revert r50844, as it broke _socketobject.dup.
Will backport.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1f1caee..3489240 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -199,6 +199,8 @@
 Library
 -------
 
+- Bug #978833: Revert r50844, as it broke _socketobject.dup.
+
 - Bug #1675967: re patterns pickled with Python 2.4 and earlier can
   now be unpickled with Python 2.5 and newer.