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 miss-islington, serhiy.storchaka, vstinner
Date 2021-09-16.12:52:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631796726.86.0.975775817793.issue45212@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2021-09-16 12:52:06vstinnersetrecipients: + vstinner, serhiy.storchaka, miss-islington
2021-09-16 12:52:06vstinnersetmessageid: <1631796726.86.0.975775817793.issue45212@roundup.psfhosted.org>
2021-09-16 12:52:06vstinnerlinkissue45212 messages
2021-09-16 12:52:06vstinnercreate