]> granicus.if.org Git - python/commit
Issue #7384: If the system readline library is linked against ncurses,
authorStefan Krah <stefan@bytereef.org>
Tue, 8 Jun 2010 13:41:44 +0000 (13:41 +0000)
committerStefan Krah <stefan@bytereef.org>
Tue, 8 Jun 2010 13:41:44 +0000 (13:41 +0000)
commit095b273afc9c536b8b9bf0d7506f2bf8949d3c72
tree5a3dce783d44bd3bfe0137c5d1d1374ea1aa1cb6
parente23c4526f5c1d6516e36b99b70e5d41158d99848
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
setup.py