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 bquinlan
Recipients bquinlan, brian.curtin, eric.araujo, georg.brandl, lukasz.langa, ncoghlan, pitrou, r.david.murray, vinay.sajip
Date 2010-12-24.20:20:30
SpamBayes Score 1.0148264e-05
Marked as misclassified No
Message-id <1293222035.18.0.918260364542.issue10626@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry for being AWOL for so long. Attached is a patch that doesn't install a handler and checks stderr for the exception output. Unfortunately, it looks like the logging tests are still messing things up:

./python.exe -m test test_concurrent_futures test_concurrent_futures
[1/2] test_concurrent_futures
[2/2] test_concurrent_futures
All 2 tests OK.

% ./python.exe -m test test_concurrent_futures test_logging test_concurrent_futures
[1/3] test_concurrent_futures
[2/3] test_logging
[3/3] test_concurrent_futures
test test_concurrent_futures failed -- Traceback (most recent call last):
  File "/home/bquinlan/shared/py3k/Lib/test/test_concurrent_futures.py", line 642, in test_done_callback_raises
    self.assertIn('Exception: doh!', stderr.getvalue())
AssertionError: 'Exception: doh!' not found in ''

2 tests OK.
1 test failed:
    test_concurrent_futures
History
Date User Action Args
2010-12-24 20:20:35bquinlansetrecipients: + bquinlan, georg.brandl, vinay.sajip, ncoghlan, pitrou, eric.araujo, r.david.murray, brian.curtin, lukasz.langa
2010-12-24 20:20:35bquinlansetmessageid: <1293222035.18.0.918260364542.issue10626@psf.upfronthosting.co.za>
2010-12-24 20:20:31bquinlanlinkissue10626 messages
2010-12-24 20:20:31bquinlancreate