importlib_metadata icon indicating copy to clipboard operation
importlib_metadata copied to clipboard

NameError: name 'PathDistribution' is not defined

Open stivluc opened this issue 3 months ago • 0 comments

Bug in importlib-metadata 8.7.0 where MetadataPathFinder.find_distributions() uses PathDistribution class before it's defined (line 967 uses it, line 982 defines it). Celery triggered this when loading backend extensions.

stivluc avatar Oct 06 '25 13:10 stivluc