Skip to content
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

Fix entry point discovery on Python < 3.10 #604

Merged
merged 1 commit into from
Jan 17, 2024

Commits on Jan 17, 2024

  1. Fix entry point discovery on Python < 3.10

    It seems that the behavior of the importlib.metadata.entry_points
    function changed in Python 3.10 to automatically de-duplicate
    distributions, but prior to that the "shadowed" distributions were also
    enumerated. This change specifically ignores "shadowed" distributions so
    that they aren't identified as extension point overwrites.
    cottsay committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f8439ff View commit details
    Browse the repository at this point in the history