Issue #7384: If the system readline library is linked against
ncurses, do not link the readline module against ncursesw.
diff --git a/Misc/NEWS b/Misc/NEWS
index a9cd9bd..d0e8d4b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -259,6 +259,11 @@
 Extension Modules
 -----------------
 
+- Issue #7384: If the system readline library is linked against
+  ncurses, do not link the readline module against ncursesw. The
+  additional restriction of linking the readline and curses modules
+  against the same curses library is currently not enabled.
+
 - Issue #2810: Fix cases where the Windows registry API returns
   ERROR_MORE_DATA, requiring a re-try in order to get the complete result.