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-12.01:02:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634000575.54.0.143112897731.issue45410@roundup.psfhosted.org>
In-reply-to
Content
Calling sys.stdout doesn't help :-(

Fail at commit ce3489cfdb9f0e050bdc45ce5d3902c2577ea683:
https://buildbot.python.org/all/#/builders/73/builds/788
---
0:00:10 load avg: 7.59 [306/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
test_acct (test.test_ftplib.TestFTPClass) ... ok
(...)
---

The warning cannot come from MiscTestCase.test__all__(), so the warning is still logged at the wrong place.
History
Date User Action Args
2021-10-12 01:02:55vstinnersetrecipients: + vstinner
2021-10-12 01:02:55vstinnersetmessageid: <1634000575.54.0.143112897731.issue45410@roundup.psfhosted.org>
2021-10-12 01:02:55vstinnerlinkissue45410 messages
2021-10-12 01:02:55vstinnercreate