[issue42631] Multiprocessing module hangs on os.read() on Linux

2020-12-14 Thread to7m
Change by to7m : Removed file: https://bugs.python.org/file49675/receive.py ___ Python tracker <https://bugs.python.org/issue42631> ___ ___ Python-bugs-list mailin

[issue42631] Multiprocessing module hangs on os.read() on Linux

2020-12-13 Thread to7m
New submission from to7m : As best I can tell, sometimes when a Listener or Connection is not properly initialised, the Client fails to communicate properly with it. Instead of raising an exception, the Client hangs. receiver.py: from multiprocessing.connection import Listener while True