Message306300
> Why not instead add `loop.sock_close()`?
It wouldn't help if the program calls `socket.close()` somewhere. This can happen easily in big code bases.
Ideally (at least I think so) we need to provide a guarantee that the socket object can't be closed at all (or be closed in a controlled manner) if it's being operated by asyncio/event-loop. |
|
| Date |
User |
Action |
Args |
| 2017-11-15 19:04:38 | yselivanov | set | recipients:
+ yselivanov, gvanrossum, pitrou, asvetlov |
| 2017-11-15 19:04:38 | yselivanov | set | messageid: <1510772678.44.0.213398074469.issue32038@psf.upfronthosting.co.za> |
| 2017-11-15 19:04:38 | yselivanov | link | issue32038 messages |
| 2017-11-15 19:04:38 | yselivanov | create | |
|