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.

作者 skrah
收信人 akuchling, asmodai, mark.dickinson, r.david.murray, rpetrov, skrah
日期 2010-04-23.09:34:57
SpamBayes Score 3.1793837e-07
Marked as misclassified
Message-id <1272015300.78.0.213134986155.issue7384@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2010-04-23 09:35:01skrah修改recipients: + skrah, akuchling, mark.dickinson, asmodai, rpetrov, r.david.murray
2010-04-23 09:35:00skrah修改messageid: <1272015300.78.0.213134986155.issue7384@psf.upfronthosting.co.za>
2010-04-23 09:34:59skrah链接issue7384 messages
2010-04-23 09:34:58skrah创建