Issue #7384: If the system readline library is linked against ncurses,
the curses module must be linked against ncurses as well. Otherwise it
is not safe to load both the readline and curses modules in an application.
Thanks Thomas Dickey for answering questions about ncurses/ncursesw
and readline!
diff --git a/Misc/NEWS b/Misc/NEWS
index 9debe2c..25b265b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,6 +89,10 @@
Extension Modules
-----------------
+- Issue #7384: If the system readline library is linked against ncurses,
+ the curses module must be linked against ncurses as well. Otherwise it
+ is not safe to load both the readline and curses modules in an application.
+
- Issue #2810: Fix cases where the Windows registry API returns
ERROR_MORE_DATA, requiring a re-try in order to get the complete result.