-
-
Notifications
You must be signed in to change notification settings - Fork 31k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sentinel in namespace path breaks NamespaceReader #123987
Labels
Comments
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Sep 12, 2024
1 task
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Sep 12, 2024
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Sep 12, 2024
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Jan 26, 2025
jaraco
added a commit
that referenced
this issue
Jan 26, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 26, 2025
…nel present (pythonGH-124018) (cherry picked from commit b543b32) Co-authored-by: Jason R. Coombs <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug report
Bug description:
As reported in python/importlib_resources#311 and highlighted by python/importlib_resources#318, when an editable install adds a sentinel value to a namespace path, it can break the NamespaceReader when that value doesn't resolve to a pathlib.Path or zipfile.Path.
This code was introduced in #106531 and fixed in importlib_resources 6.4.5.
CPython versions tested on:
3.13
Operating systems tested on:
macOS
Linked PRs
The text was updated successfully, but these errors were encountered: