This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients akuchling, asmodai, mark.dickinson, r.david.murray, rpetrov, skrah
Date 2010-04-23.09:34:57
SpamBayes Score 3.1793837e-07
Marked as misclassified No
Message-id <1272015300.78.0.213134986155.issue7384@psf.upfronthosting.co.za>
In-reply-to
Content
Mark, thanks for reviewing the patch. In the new patch, I added a skip
for OS X.

Buildbot testing looks good. In particular, one FreeBSD bot passes
test_curses now (the other one is hanging in multiprocessing).

For most bots nothing changes. The solaris bot has the same unrelated
failures as before. Ubuntu sparc previously did the same weird linking
(readline already linked with ncurses, but using -lncursesw) and now
uses ncurses throughout. Tests pass. Debian sparc did the same, tests
give the same failures as before ("getmouse returned ERR", almost certainly
unrelated.)


Roumen, I do not see a line in configure.in that tests for the
libraries that readline is linked against.
History
Date User Action Args
2010-04-23 09:35:01skrahsetrecipients: + skrah, akuchling, mark.dickinson, asmodai, rpetrov, r.david.murray
2010-04-23 09:35:00skrahsetmessageid: <1272015300.78.0.213134986155.issue7384@psf.upfronthosting.co.za>
2010-04-23 09:34:59skrahlinkissue7384 messages
2010-04-23 09:34:58skrahcreate