diff options
author | Christian Heimes <christian@python.org> | 2022-09-11 08:10:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-11 08:10:00 (GMT) |
commit | a36235d5c7863a85fa323b2048d3d254116a958e (patch) | |
tree | 5743df7122e317c5010c26448a42eac5772f7871 /Misc | |
parent | 1fc8bd3710670982bc7ce91a34d8cd4bcdf88b9a (diff) | |
download | cpython-a36235d5c7863a85fa323b2048d3d254116a958e.zip cpython-a36235d5c7863a85fa323b2048d3d254116a958e.tar.gz cpython-a36235d5c7863a85fa323b2048d3d254116a958e.tar.bz2 |
gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2022-08-26-11-09-11.gh-issue-84461.Nsdn_R.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-08-26-11-09-11.gh-issue-84461.Nsdn_R.rst b/Misc/NEWS.d/next/Build/2022-08-26-11-09-11.gh-issue-84461.Nsdn_R.rst new file mode 100644 index 0000000..134e964 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2022-08-26-11-09-11.gh-issue-84461.Nsdn_R.rst @@ -0,0 +1,3 @@ +``wasm32-emscripten`` platform no longer builds :mod:`resource` module, +:func:`~os.getresuid`, :func:`~os.getresgid`, and their setters. The APIs +are stubs and not functional. |