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

Prevent returning an empty list for ClassDef.slots() #1861

Merged
merged 3 commits into from Nov 3, 2022

Commits on Nov 2, 2022

  1. Prevent returning an empty list for ClassDef.slots() when the mro…

    … list contains one class & it is not ``object``.
    
    Refs pylint-dev/pylint#5099
    mbyrnepr2 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    966ca80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc661cc View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Use Marc's suggestion from code review.

    Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
    mbyrnepr2 and cdce8p committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    f48e7ac View commit details
    Browse the repository at this point in the history