◐ Shell
reader mode source ↗
Skip to content

bpo-31885: Cygwin: fix/skip some tests to work around hang in socket test suite#4152

Closed
embray wants to merge 1 commit into
python:mainfrom
embray:bpo-31885
Closed

bpo-31885: Cygwin: fix/skip some tests to work around hang in socket test suite#4152
embray wants to merge 1 commit into
python:mainfrom
embray:bpo-31885

Conversation

@embray

@embray embray commented Oct 27, 2017

Copy link
Copy Markdown
Contributor

Like issue31882, this is to mention an upstream bug in Cygwin that causes one of the tests in the test_socket test suite to hang indefinitely. That bug is fixed upstream, but for now it would still be better to skip the test on Cygwin.

The bug is that in some cases a blocking send() (particularly for a large amount data) cannot be interrupted by a signal even if SA_RESTART is not set.

Fixes to this issue, along with issue31882, issue31883, and issue31878 provide the bare minimum for Cygwin to at least compile (not necessarily all optional extension modules) and run the test suite from start to finish (though there may be other tests that cause the interpreter to lock up, but that are currently masked by other bugs).

https://bugs.python.org/issue31885

@embray

embray commented Oct 19, 2021

Copy link
Copy Markdown
Contributor Author

Obsolete--see BPO.

@embray embray closed this Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants