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 vstinner
Recipients vstinner
Date 2020-04-24.00:56:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587689793.7.0.330990449263.issue39983@roundup.psfhosted.org>
In-reply-to
Content
Oh nice, my fix worked as expected: "Warning -- Unraisable exception" was logged! But the unraisable exception itself was not logged.

https://buildbot.python.org/all/#/builders/612/builds/292

0:04:02 load avg: 8.11 [421/423/1] test_concurrent_futures failed (env changed) (3 min 39 sec) -- running: test_peg_generator (2 min 3 sec)
Warning -- Unraisable exception
test_cancel (test.test_concurrent_futures.FutureTests) ... ok
test_cancelled (test.test_concurrent_futures.FutureTests) ... ok
(...)
test_first_exception_some_already_complete (test.test_concurrent_futures.ThreadPoolWaitTests) ... ok
test_pending_calls_race (test.test_concurrent_futures.ThreadPoolWaitTests) ... ok
test_timeout (test.test_concurrent_futures.ThreadPoolWaitTests) ... ok

----------------------------------------------------------------------

Ran 193 tests in 219.248s

OK (skipped=6)
History
Date User Action Args
2020-04-24 00:56:33vstinnersetrecipients: + vstinner
2020-04-24 00:56:33vstinnersetmessageid: <1587689793.7.0.330990449263.issue39983@roundup.psfhosted.org>
2020-04-24 00:56:33vstinnerlinkissue39983 messages
2020-04-24 00:56:33vstinnercreate