[issue37322] test_ssl: test_pha_required_nocert() emits a ResourceWarning

Christian Heimes report at bugs.python.org
Fri Apr 23 05:09:30 EDT 2021


Christian Heimes <lists at cheimes.de> added the comment:

I wasn't aware of this bpo and created bpo-43885 a couple of days ago. 

tl;dr I do not understand test changes in fb7e7505ed1337bf40fa7b8b68317d1e86675a86 at all. I think that these changes are broken, too. ThreadedEchoServer and ConnectionHandler must not raise unhandled exceptions. An unhandled exception can break tests and sometimes causes threaded tests to hang indefinitely.

----------
nosy: +christian.heimes
priority: normal -> high
versions: +Python 3.10, Python 3.11, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37322>
_______________________________________


More information about the Python-bugs-list mailing list