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 2021-10-11.20:11:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633983075.58.0.653436293995.issue45410@roundup.psfhosted.org>
In-reply-to
Content
Sadly, a recent build failure (at commit 560a79f94e94de66a18f2a5e4194c2fe51e2adf1) still write "Uncaught thread exception" at the top of logs:
---
0:00:11 load avg: 6.07 [315/427/1] test_ftplib failed (env changed)
Warning -- Uncaught thread exception: Exception
Exception in thread Thread-67:
(...)
Exception
test__all__ (test.test_ftplib.MiscTestCase) ... ok
test_abort (test.test_ftplib.TestFTPClass) ... ok
(...)
Ran 94 tests in 3.234s
OK (skipped=1)
---
History
Date User Action Args
2021-10-11 20:11:15vstinnersetrecipients: + vstinner
2021-10-11 20:11:15vstinnersetmessageid: <1633983075.58.0.653436293995.issue45410@roundup.psfhosted.org>
2021-10-11 20:11:15vstinnerlinkissue45410 messages
2021-10-11 20:11:15vstinnercreate