bpo-40280: Skip IPPROTO_SCTP tests on Emscripten by tiran · Pull Request #30538 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Closed
bpo-40280: Skip IPPROTO_SCTP tests on Emscripten#30538
tiran wants to merge 1 commit intopython:mainfrom
bpo-40280: Skip IPPROTO_SCTP tests on Emscripten#30538
tiran wants to merge 1 commit intopython:mainfrom
Conversation
Copy link Copy Markdown
Member
Creation of IPPROTO_SCTP sockets cause the Emscripten runtime to crash.
Signed-off-by: Christian Heimes christian@python.org
Creation of IPPROTO_SCTP sockets cause the Emscripten runtime to crash. Signed-off-by: Christian Heimes <christian@python.org>
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
emmatyping
mentioned this pull request
Copy link Copy Markdown
Member Author
tiran
commented
Jan 11, 2022
tiran commented
Jan 11, 2022Does not work. The requires socket decorator is still executed and causes an abort.
tiran
closed this
SimonBiggs
mannequin
mentioned this pull request
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment