[issue32244] Multiprocessing: multiprocessing.connection.Listener.accept() should accept a timeout

Tom Cook report at bugs.python.org
Thu Dec 7 10:12:45 EST 2017


Tom Cook <tom.k.cook at gmail.com> added the comment:

The same goes for `Connection.recv()`, as in the sample code another case where the thread will never terminate is when a `Client` is connected to the socket but never sends any messages; in this case, the call to `recv()` will block forever.  There is no way at all to interrupt this.

----------

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


More information about the Python-bugs-list mailing list