]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40280: Disable AF_UNIX, AF_PACKET, SO_REUSE* on Emscripten (#31829)
authorChristian Heimes <christian@python.org>
Fri, 11 Mar 2022 22:25:14 +0000 (00:25 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Mar 2022 22:25:14 +0000 (23:25 +0100)
commitecfff63e06e77e22035a7f7caa26986f033f3aea
tree956166c47566051afd5f2c18bdc56863bc2f477c
parent3b128c054885fe881c3b57a5978de3ea89c81a9c
bpo-40280: Disable AF_UNIX, AF_PACKET, SO_REUSE* on Emscripten (#31829)

Emscripten's socket emulation is limited. AF_UNIX, AF_PACKET, setsockopt(), and most SO_* constants are not supported.
Lib/socketserver.py
Modules/socketmodule.c
Modules/socketmodule.h
Tools/wasm/config.site-wasm32-emscripten