SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72153 0 0 Python

gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006)

- On WASI `ENOTCAPABLE` is now mapped to `PermissionError`.
- The `errno` modules exposes the new error number.
- `getpath.py` now ignores `PermissionError` when it cannot open landmark
  files `pybuilddir.txt` and `pyenv.cfg`.
C
Christian Heimes committed
48174fa0b949d6b1d0c1f074e7d4e47793759a43
Parent: f215d7c
Committed by GitHub <noreply@github.com> on 8/16/2022, 6:20:15 PM