commit | ecfff63e06e77e22035a7f7caa26986f033f3aea | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Sat Mar 12 00:25:14 2022 +0200 |
committer | GitHub <noreply@github.com> | Fri Mar 11 23:25:14 2022 +0100 |
tree | 956166c47566051afd5f2c18bdc56863bc2f477c | |
parent | 3b128c054885fe881c3b57a5978de3ea89c81a9c [diff] |
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.