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

[Backport maintenance/3.2.x] Fix a crash when a subclass extends __slots__ (#9817) #9822

Conversation

jacobtylerwalls
Copy link
Member

(cherry picked from commit 8e18fc0)

@jacobtylerwalls jacobtylerwalls added this to the 3.2.6 milestone Jul 20, 2024
@jacobtylerwalls jacobtylerwalls force-pushed the backport-9817-to-maintenance/3.2.x branch from 0c958be to e894165 Compare July 20, 2024 14:52
Copy link

codecov bot commented Jul 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.81%. Comparing base (c0b1d22) to head (1d28dc6).

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                 @@
##           maintenance/3.2.x    #9822   +/-   ##
==================================================
  Coverage              95.81%   95.81%           
==================================================
  Files                    174      174           
  Lines                  18854    18858    +4     
==================================================
+ Hits                   18065    18069    +4     
  Misses                   789      789           
Files with missing lines Coverage Δ
pylint/checkers/classes/class_checker.py 93.40% <100.00%> (+0.02%) ⬆️

@Pierre-Sassoulas Pierre-Sassoulas enabled auto-merge (squash) July 20, 2024 15:40
@Pierre-Sassoulas Pierre-Sassoulas added the Crash 💥 A bug that makes pylint crash label Jul 20, 2024
@Pierre-Sassoulas Pierre-Sassoulas merged commit 5f19cd5 into pylint-dev:maintenance/3.2.x Jul 20, 2024
25 of 40 checks passed
@jacobtylerwalls jacobtylerwalls deleted the backport-9817-to-maintenance/3.2.x branch July 20, 2024 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Crash 💥 A bug that makes pylint crash
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants