-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Dict comprehensions are not tested at all in test_named_expressions.py
#100746
Comments
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Mar 13, 2024
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Mar 13, 2024
sobolevn
added a commit
that referenced
this issue
Mar 13, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 13, 2024
(cherry picked from commit 25684e7) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 13, 2024
(cherry picked from commit 25684e7) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This was referenced Mar 13, 2024
vstinner
pushed a commit
to vstinner/cpython
that referenced
this issue
Mar 20, 2024
adorilson
pushed a commit
to adorilson/cpython
that referenced
this issue
Mar 25, 2024
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Apr 17, 2024
Triage: the linked PRs are merged/closed, can this be closed? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While working on #100581 I've noticed that we do not test
dict
comprehensions at all there.I think that this needs to be improved.
I will add test case for them soon, PR is in the works.
Linked PRs
test_named_expressions.py
#116713test_named_expressions.py
(GH-116713) #116747test_named_expressions.py
(GH-116713) #116748The text was updated successfully, but these errors were encountered: