]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96320: WASI socket fixes (#96388)
authorChristian Heimes <christian@python.org>
Tue, 30 Aug 2022 04:36:11 +0000 (06:36 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Aug 2022 04:36:11 +0000 (06:36 +0200)
commitd0b3d235dbc560ada459e386b6fa5b5ce1952c7e
treef6972b38ca1598487bb0c48403d803ec057ca418
parent6d403e264a7dcd1544a91708f139c6dd8612204d
gh-96320: WASI socket fixes (#96388)

* gh-96320: WASI socket fixes

- ignore missing functions in ``socket.__repr__``
- bundle network files with assets

* blurb
Lib/socket.py
Misc/NEWS.d/next/Library/2022-08-29-16-54-36.gh-issue-96388.dCpJcu.rst [new file with mode: 0644]
Tools/wasm/wasm_assets.py