Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
Bug description:
As reported inpython/importlib_resources#311 and highlighted bypython/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 inimportlib_resources 6.4.5.
CPython versions tested on:
3.13
Operating systems tested on:
macOS