You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not related to __new__ but rather to the change in getattr, which now correctly looks up values in parent classes before we exit out of the function.
For Django the one about invalid-name isn't bad as well I think. I think we now correctly infer that this is not the first assignment to Meta and therefore the name issue shouldn't be raised here.
The other issues are related to the lookup of instance attributes. I have a fix for this which I'll push shortly.
Placeholder issue for investigating behavior changes reported in pylint primer after #1606: pylint-dev/pylint#7118 (comment)
I know @DanielNoord is already aware, but just raising visibility to make sure we don't release 2.12 until we have a chance to debug/revert.
The text was updated successfully, but these errors were encountered: