GH-100108: Add async generators best practices section#141885
GH-100108: Add async generators best practices section#141885kumaraditya303 merged 14 commits intopython:mainfrom
Conversation
|
@kumaraditya303 Could you please take a look? |
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
|
I would appreciate a review from @willingc and @gvanrossum on this. |
gvanrossum
left a comment
There was a problem hiding this comment.
It's great to add these explicitly to the docs!
I hope you don't mind that I have tried to correct your English grammar somewhat (mostly adding or subtracting "the").
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
|
I'd also love to get @willingc's view on how to make this section have the right tone so as not to scare beginners away. |
Thank you! I really appreciate it! |
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
|
Thanks for making the requested changes! @gvanrossum: please review the changes made to this pull request. |
|
Thanks @sergey-miryanov for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
|
GH-146252 is a backport of this pull request to the 3.14 branch. |
|
GH-146253 is a backport of this pull request to the 3.13 branch. |
) (#146252) GH-100108: Add async generators best practices section (GH-141885) (cherry picked from commit 897fa23) Co-authored-by: Sergey Miryanov <sergey.miryanov@gmail.com> Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Guido van Rossum <gvanrossum@gmail.com> Co-authored-by: Kumar Aditya <kumaraditya@python.org>
) (#146253) GH-100108: Add async generators best practices section (GH-141885) (cherry picked from commit 897fa23) Co-authored-by: Sergey Miryanov <sergey.miryanov@gmail.com> Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Guido van Rossum <gvanrossum@gmail.com> Co-authored-by: Kumar Aditya <kumaraditya@python.org>
|
Thanks! |
Added section about best practices for async generators.
asynciodocs #100108📚 Documentation preview 📚: https://cpython-previews--141885.org.readthedocs.build/