Message367487
| Author | aeros |
|---|---|
| Recipients | aeros, pitrou, vstinner |
| Date | 2020-04-28.03:16:42 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1588043803.05.0.0715530377854.issue39995@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
After writing the above out and a bit of further consideration, I think it might make more sense to wait for the event after setting `self._closed = True` so that it prevents future wakeup() and clear() calls from reading/writing to the pipe, while still allowing ones that are currently ongoing to finish. Thoughts? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-04-28 03:16:43 | aeros | set | recipients: + aeros, pitrou, vstinner |
| 2020-04-28 03:16:43 | aeros | set | messageid: <1588043803.05.0.0715530377854.issue39995@roundup.psfhosted.org> |
| 2020-04-28 03:16:43 | aeros | link | issue39995 messages |
| 2020-04-28 03:16:42 | aeros | create | |