-
-
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
gh-125832: Clarify comment for inlined comprehensions as per PEP-709 #126322
Conversation
Co-authored-by: RUANG (James Roy) <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I have one suggestion to add a reference to PEP 709
I think this one can be backported to 3.12 since PEP-709 was for 3.12 (or maybe 3.13 only?), right? |
@picnixz Yep. 3.12 and 3.13. Thanks! |
Sorry, @rimi0108 and @willingc, I could not cleanly backport this to
|
Sorry, @rimi0108 and @willingc, I could not cleanly backport this to
|
GH-126344 is a backport of this pull request to the 3.13 branch. |
…P-709 (python#126322) * Fix comprehensions comment to inlined by pep 709 * Update spacing Co-authored-by: RUANG (James Roy) <[email protected]> * Add reference to PEP 709 --------- Co-authored-by: Carol Willing <[email protected]> Co-authored-by: RUANG (James Roy) <[email protected]> (cherry picked from commit 868bfcc)
… per PEP-709 (pythongh-126322) * Fix comprehensions comment to inlined by pep 709 * Update spacing Co-authored-by: RUANG (James Roy) <[email protected]> * Add reference to PEP 709 --------- Co-authored-by: Carol Willing <[email protected]> Co-authored-by: RUANG (James Roy) <[email protected]>
GH-126345 is a backport of this pull request to the 3.12 branch. |
gh-126345) * [3.12] gh-125832: Clarify comment for inlined comprehensions as per PEP-709 (gh-126322) * Fix comprehensions comment to inlined by pep 709 * Update spacing Co-authored-by: RUANG (James Roy) <[email protected]> * Add reference to PEP 709 --------- Co-authored-by: Carol Willing <[email protected]> Co-authored-by: RUANG (James Roy) <[email protected]> * Add space --------- Co-authored-by: rimchoi <[email protected]> Co-authored-by: Carol Willing <[email protected]> Co-authored-by: RUANG (James Roy) <[email protected]>
…EP-709 (gh-126322) (gh-126344) * gh-125832: Clarify comment for inlined comprehensions as per PEP-709 (#126322) * Fix comprehensions comment to inlined by pep 709 * Update spacing Co-authored-by: RUANG (James Roy) <[email protected]> * Add reference to PEP 709 --------- Co-authored-by: Carol Willing <[email protected]> Co-authored-by: RUANG (James Roy) <[email protected]> (cherry picked from commit 868bfcc) * Add space --------- Co-authored-by: rimchoi <[email protected]>
Python/codegen.c
#125832