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

python: No iteration scope for "name" and "value" in function call args #2729

Closed
pokey opened this issue Jan 16, 2025 · 1 comment · Fixed by #2757
Closed

python: No iteration scope for "name" and "value" in function call args #2729

pokey opened this issue Jan 16, 2025 · 1 comment · Fixed by #2757
Assignees
Labels
bug Something isn't working lang-python Issues related to Python programming language support

Comments

@pokey
Copy link
Member

pokey commented Jan 16, 2025

In the following python code:

aaa(bbb=0, ccc=1, ddd=2)

Saying "take every name bat" should target bbb, ccc, and ddd, but doesn't, because we don't have an iteration scope inside those parens

@pokey pokey added bug Something isn't working lang-python Issues related to Python programming language support labels Jan 16, 2025
@pokey pokey changed the title python: No iteration scope for names and values in function call args python: No iteration scope for "name" and "value" in function call args Jan 16, 2025
@AndreasArvidsson AndreasArvidsson self-assigned this Jan 25, 2025
@phillco
Copy link
Member

phillco commented Jan 25, 2025

Thanks for opening an issue! 🤩 If you're interested in becoming a code contributor to this project, just let us know. ☺️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lang-python Issues related to Python programming language support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants