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 mark.dickinson
Recipients mark.dickinson
Date 2009-01-28.12:52:45
SpamBayes Score 0.00014338369
Marked as misclassified No
Message-id <1233147170.33.0.0367863608551.issue5089@psf.upfronthosting.co.za>
In-reply-to
Content
When running the test-suite (using "make test") for a 32-bit debug build 
of py3k on OS X 10.5/Core 2 Duo, I occasionally (perhaps 1 time in 10) get 
the following output at the end of a (successful) test_run:

...
test_zipimport_support
test_zlib
301 tests OK.
22 tests skipped:
    test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp
    test_codecmaps_kr test_codecmaps_tw test_curses test_dbm_gnu
    test_epoll test_largefile test_nis test_normalization
    test_ossaudiodev test_pep277 test_socketserver test_startfile
    test_timeout test_urllib2net test_urllibnet test_winreg
    test_winsound test_xmlrpc_net test_zipfile64
Those skips are all expected on darwin.
Error in atexit._run_exitfuncs:
TypeError: print_exception(): Exception expected for value, tuple found
[1264638 refs]


I assume that there's a genuine exception here that we're not seeing;  
i.e., that there's a shallow error (tuple instead of exception) that's 
masking output of information from a deeper error.
History
Date User Action Args
2009-01-28 12:52:50mark.dickinsonsetrecipients: + mark.dickinson
2009-01-28 12:52:50mark.dickinsonsetmessageid: <1233147170.33.0.0367863608551.issue5089@psf.upfronthosting.co.za>
2009-01-28 12:52:47mark.dickinsonlinkissue5089 messages
2009-01-28 12:52:45mark.dickinsoncreate