Issue #23838: linecache now clears the cache and returns an empty result on
MemoryError.
diff --git a/Misc/NEWS b/Misc/NEWS
index 410f0b0..9b57f4a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@
 Library
 -------
 
+- Issue #23838: linecache now clears the cache and returns an empty result on
+  MemoryError.
+
 - Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.
 
 - Issue #21802: The reader in BufferedRWPair now is closed even when closing