Unmangle names consistently when using --allow-redefinition #6229
Labels
bug
mypy got something wrong
priority-1-normal
topic-error-reporting
How we report errors
topic-usability
I expect that some error message will sometimes contain unmangled variable names with prime suffixes (such as
foo'
). We should review all error message generation code and addunmangle()
calls as needed. This is not super urgent since a single extra prime is not visually very prominent, but it's still annoying when it happens.This is a follow-up issue to #6197 (see the PR for examples of what needs to be done).
The text was updated successfully, but these errors were encountered: