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 jkloth
Recipients jkloth, vstinner
Date 2019-10-21.12:04:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571659492.17.0.266391955033.issue38544@roundup.psfhosted.org>
In-reply-to
Content
While not getting into the error itself, there seems to be another issue in that the logging that should be happening when the deletion routines from test.support fail:

https://github.com/python/cpython/blob/5bc6a7c06eda20ba131ecba6752be0506d310181/Lib/test/support/__init__.py#L339
https://github.com/python/cpython/blob/5bc6a7c06eda20ba131ecba6752be0506d310181/Lib/test/support/__init__.py#L375

is not showing up when the test is re-run in verbose mode.
History
Date User Action Args
2019-10-21 12:04:52jklothsetrecipients: + jkloth, vstinner
2019-10-21 12:04:52jklothsetmessageid: <1571659492.17.0.266391955033.issue38544@roundup.psfhosted.org>
2019-10-21 12:04:52jklothlinkissue38544 messages
2019-10-21 12:04:52jklothcreate