gh-100201: Document behavior with a bare yield statement#100416
Merged
kumaraditya303 merged 3 commits intopython:mainfrom Jan 1, 2023
Merged
gh-100201: Document behavior with a bare yield statement#100416kumaraditya303 merged 3 commits intopython:mainfrom
kumaraditya303 merged 3 commits intopython:mainfrom
Conversation
CAM-Gerlach
reviewed
Jan 1, 2023
Member
CAM-Gerlach
left a comment
There was a problem hiding this comment.
Various fixes and improvements to the added text and syntax. (You can use the Commit suggestion button to apply it directly in one click and automatically resolve the review comment, FYI)
Contributor
Author
Thanks I'll do it |
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Contributor
|
Thanks @ramvikrams for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
|
GH-100664 is a backport of this pull request to the 3.11 branch. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jan 1, 2023
…honGH-100416) (cherry picked from commit 1aab269) Co-authored-by: ram vikram singh <ramvikrams243@gmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
|
GH-100665 is a backport of this pull request to the 3.10 branch. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Jan 1, 2023
…honGH-100416) (cherry picked from commit 1aab269) Co-authored-by: ram vikram singh <ramvikrams243@gmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Contributor
Author
Thanks |
miss-islington
added a commit
that referenced
this pull request
Jan 1, 2023
(cherry picked from commit 1aab269) Co-authored-by: ram vikram singh <ramvikrams243@gmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
miss-islington
added a commit
that referenced
this pull request
Jan 1, 2023
(cherry picked from commit 1aab269) Co-authored-by: ram vikram singh <ramvikrams243@gmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gh-100201: added the bare yield behavior