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

gh-96497: Mangle name before symtable lookup in 'symtable_extend_namedexpr_scope' #96561

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

wookie184
Copy link
Contributor

@wookie184 wookie184 commented Sep 4, 2022

Closes #96497

Previously, the non-mangled name was being looked up for assignment expressions in comprehensions, which caused some bugs. See issue for more information.

@wookie184
Copy link
Contributor Author

wookie184 commented Sep 4, 2022

I'm not sure what the failure for the Tests / Address sanitizer check indicates, any ideas?

EDIT: Seems rerunning the checks fixed it. Thanks.

@wookie184
Copy link
Contributor Author

Hi, would anyone be able to give this PR a review?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SyntaxError for walrus target in a comprehension when the target is a global variable with a private name.
2 participants