bpo-31882: Cygwin: fix/skip some tests to work around hang in asyncio/asyncore test suites by embray · Pull Request #4149 · python/cpython
* connect()-ing an AF_UNIX socket can hang indefinitely if the server is not actively accept()-ing connections; see https://cygwin.com/ml/cygwin/2017-01/msg00054.html This issue is worked around explicitly in the tests, but not generally in asyncore (as the only known general workaround breaks SO_PEERCRED queries). It's also something of a corner-case which won't affect non-test code often.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters