[issue14408] Support ./python -m unittest in test_socket

Serhiy Storchaka report at bugs.python.org
Fri Sep 17 15:38:00 EDT 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

It has been done in issue45187. The problem with reaping threads was solved by using setUpModule() and addModuleCleanup().

Matt's patch contains also replacing calls of concrete class __init__s with using super(). It can be applied.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list