| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
- 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`.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
@pablogsal RM, is this an acceptable change for 3.11.0, should I delay it for 3.11.1, or only apply it to 3.12? |
Sorry, something went wrong.
This is likely too big for 3.11.0 :( are you ok delaying this to 3.11.1? |
Sorry, something went wrong.
Sure, no problem! I'll update the docs. |
Sorry, something went wrong.
|
Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry, something went wrong.
- 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`. (cherry picked from commit 48174fa) Co-authored-by: Christian Heimes <christian@python.org>
|
GH-96032 is a backport of this pull request to the 3.11 branch. |
Sorry, something went wrong.
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️Hi! The buildbot AMD64 FreeBSD Non-Debug 3.x has failed when building commit 48174fa. What do you need to do:
You can take a look at the buildbot page here: https://buildbot.python.org/all/#builders/172/builds/2715 Failed tests:
Failed subtests:
Summary of the results of the build (if available): == Tests result: FAILURE then FAILURE == 415 tests OK. 10 slowest tests:
1 test failed: 19 tests skipped: 1 re-run test: Total duration: 15 min 56 sec Click to see traceback logsTraceback (most recent call last):
File "/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/Lib/test/test_exception_hierarchy.py", line 94, in test_errno_mapping
self.assertIs(type(e), OSError)
AssertionError: <class 'PermissionError'> is not <class 'OSError'>
|
Sorry, something went wrong.
|
@tiran That looks like a genuine failure |
Sorry, something went wrong.
|
Will investigate later |
Sorry, something went wrong.
) (GH-96038) - 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`.
| Back | FazBrowse Home | New Git URL |
files pybuilddir.txt and pyenv.cfg.