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

scripts/pythondistdeps: Fix for Python 3.10 #1558

Merged
merged 1 commit into from
Mar 15, 2021

Commits on Feb 24, 2021

  1. scripts/pythondistdeps: Fix for Python 3.10

    self.name in PathDistribution is a property in Python 3.10+ and thus we
    can't redefine it as an instance variable. Instead we explicitly define
    it as a property, which works on all supported Python versions.
    torsava authored and hroncok committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    d616bdb View commit details
    Browse the repository at this point in the history