]> granicus.if.org Git - python/commit
Issue #7384: If the system readline library is linked against ncurses,
authorStefan Krah <stefan@bytereef.org>
Thu, 3 Jun 2010 12:39:50 +0000 (12:39 +0000)
committerStefan Krah <stefan@bytereef.org>
Thu, 3 Jun 2010 12:39:50 +0000 (12:39 +0000)
commit449aa86bd6a7d41f810dc85c86a7cfaf9c50bc9a
tree48275581a14260688deed81b013046bd7ef22418
parent4da7d410b38a6dbeab70981855e1fc0407f991fd
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!
Lib/test/test_curses.py
Misc/NEWS
setup.py