Revert patch for #1706039, as it can crash the interpreter.
diff --git a/Misc/NEWS b/Misc/NEWS
index b581a78..d4cce5b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Revert patch for #1706039, as it can crash the interpreter.
+
 - Added test case to ensure attempts to read from a file opened for writing
   fail.