-
Notifications
You must be signed in to change notification settings - Fork 771
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
False error about incompatible override of private(double-underscore) variables #863
Comments
I think this issue is probably related with the fix of #843 . |
This is not the same as #725, which was about the use of |
Doh. Of course. |
After reading the changed lines of #843 , I do agree that it is not related. |
This will be fixed in the next release of pylance. |
This issue has been fixed in version 2021.1.3, which we've just released. You can find the changelog here: https://github.com/microsoft/pylance-release/blob/main/CHANGELOG.md#202113-27-january-2021 |
Environment data
Actual behavior
Expected behavior
No error
Reason
Same with #725 , private(double-underscore) variables should not interfere with each others.
The text was updated successfully, but these errors were encountered: