[issue45212] Dangling threads in skipped tests in test_socket

STINNER Victor report at bugs.python.org
Thu Sep 16 08:52:06 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

def testWithTimeoutTriggeredSend(self):
        conn = self.accept_conn()
        conn.recv(88192)
+        time.sleep(1)

Was it a deliberate choice to add a sleep of 1 second? If yes, can you please add a comment to explain why?

----------
nosy: +vstinner

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


More information about the Python-bugs-list mailing list