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 barry
Recipients barry
Date 2010-03-08.22:08:12
SpamBayes Score 0.0006747786
Marked as misclassified No
Message-id <1268086096.01.0.605996854785.issue8091@psf.upfronthosting.co.za>
In-reply-to
Content
'make test' on Ubuntu 10.04 alpha produces:

328 tests OK.
1 test failed:
    test_readline
37 tests skipped:
    test_aepack test_al test_applesingle test_bsddb test_bsddb185
    test_bsddb3 test_cd test_cl test_codecmaps_cn test_codecmaps_hk
    test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw test_curses
    test_dl test_gl test_imageop test_imgfile test_kqueue
    test_linuxaudiodev test_macos test_macostools test_normalization
    test_ossaudiodev test_pep277 test_py3kwarn test_scriptpackages
    test_smtpnet test_socketserver test_startfile test_sunaudiodev
    test_timeout test_urllib2net test_urllibnet test_winreg
    test_winsound test_zipfile64
1 skip unexpected on linux2:
    test_bsddb
Exception TypeError: TypeError("'NoneType' object is not callable",) in <bound method Popen.__del__ of <subprocess.Popen object at 0x5d63650>> ignored
make: *** [test] Error 1

The readline failure is reported elsewhere.  It's the TypeError at the end that's the problem here.  I think this does not happen on Ubuntu 9.10.
History
Date User Action Args
2010-03-08 22:08:16barrysetrecipients: + barry
2010-03-08 22:08:16barrysetmessageid: <1268086096.01.0.605996854785.issue8091@psf.upfronthosting.co.za>
2010-03-08 22:08:13barrylinkissue8091 messages
2010-03-08 22:08:13barrycreate