Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-40280: Disable AF_UNIX, AF_PACKET, SO_REUSE* on Emscripten #31829

Merged
merged 1 commit into from
Mar 11, 2022

Conversation

tiran
Copy link
Member

@tiran tiran commented Mar 11, 2022

Emscripten's socket emulation is limited. AF_UNIX, AF_PACKET,
setsockopt(), and most SO_* constants are not supported.

https://bugs.python.org/issue40280

Emscripten's socket emulation is limited. AF_UNIX, AF_PACKET,
setsockopt(), and most SO_* constants are not supported.
@tiran tiran merged commit ecfff63 into python:main Mar 11, 2022
@tiran tiran deleted the bpo-40280-socket branch March 11, 2022 22:25
@bedevere-bot
Copy link

@tiran: Please replace # with GH- in the commit message next time. Thanks!

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.

4 participants