Antoine Pitrou <pit...@free.fr> added the comment: Le 06/12/2017 à 05:08, Nate a écrit : > > This is a hard case to test for, as timing matters. The duplex pipe doesn't > get confused/corrupted unless one process is sending/receiving a message over > the pipe at the same moment that another process is executing your > acknowledge logic. It's reproducible, but not 100%.
Our test runner has support for running a test in a loop until it fails. For example `./python -m test -m "*FDPass*" -F -v test_socket` Combined with perhaps a new test case, this could help you diagnose if indeed the workaround is obsolete. (perhaps our resident macOS experts can help too :-)) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32220> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com