[issue32220] multiprocessing: passing file descriptor using reduction breaks duplex pipes on darwin

Antoine Pitrou report at bugs.python.org
Tue Dec 5 04:20:06 EST 2017


Antoine Pitrou <pitrou at free.fr> added the comment:

See https://bugs.python.org/issue6560 for the original issue delineating the problems we had with fd passing on macOS.

I don't know whether Apple finally fixed the underlying issue.  If that was the case, I assume we might be seeing "unexpected successes" in test_socket?  Ned, Ronald, is that right?

Nate, if you want to investigate the underlying issue and see whether the workaround is still needed and/or another workaround is possible, your help is welcome.

----------
components: +macOS
nosy: +ned.deily, pitrou, ronaldoussoren

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


More information about the Python-bugs-list mailing list