mirror of
https://github.com/python/cpython.git
synced 2026-05-14 08:28:31 -04:00
a29b1f8b4b
- WASI's ``gethostname()`` is a stub that always fails with OSError
``ENOTSUP``
- skip mailcap ``test`` if subprocess is not available
- WASI process_time clock does not work.
(cherry picked from commit 760ec8940a)
Co-authored-by: Christian Heimes <christian@python.org>