You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
util.distrib: add fallback for dist.files=None on Python 3.10
- Handle case where importlib.metadata.Distribution.files is None in Python 3.10
- Fallback to constructing site-packages/conf/<dist_name> path directly
- Ensures get_files() can still locate configuration files when metadata is incomplete
0 commit comments