mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-96320: WASI socket fixes (#96388)
* gh-96320: WASI socket fixes - ignore missing functions in ``socket.__repr__`` - bundle network files with assets * blurb
This commit is contained in:
parent
6d403e264a
commit
d0b3d235db
3 changed files with 7 additions and 3 deletions
|
@ -230,7 +230,8 @@ def main():
|
|||
|
||||
extmods = detect_extension_modules(args)
|
||||
omit_files = list(OMIT_FILES)
|
||||
omit_files.extend(OMIT_NETWORKING_FILES)
|
||||
if sysconfig.get_platform().startswith("emscripten"):
|
||||
omit_files.extend(OMIT_NETWORKING_FILES)
|
||||
for modname, modfiles in OMIT_MODULE_FILES.items():
|
||||
if not extmods.get(modname):
|
||||
omit_files.extend(modfiles)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue