Message 401941 - Python tracker
Message401941
| 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:06 | vstinner | set | recipients: + vstinner, serhiy.storchaka, miss-islington |
| 2021-09-16 12:52:06 | vstinner | set | messageid: <1631796726.86.0.975775817793.issue45212@roundup.psfhosted.org> |
| 2021-09-16 12:52:06 | vstinner | link | issue45212 messages |
| 2021-09-16 12:52:06 | vstinner | create | |