-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
bpo-37703: improve asyncio.gather documentation regarding cancellation #15312
Conversation
1498a45
to
12bf07d
Compare
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.
@1st1 Yuri, please review
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 |
12bf07d
to
181dba9
Compare
I have made the requested changes; please review again |
@1st1 , Could you please review this ? |
181dba9
to
42c3924
Compare
I have made the requested changes; please review again |
42c3924
to
f5ad26b
Compare
Reopened to ping the TravisCI |
@vinay0410: Status check is done, and it's a success ✅ . |
Thanks @vinay0410 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8, 3.9. |
pythonGH-15312) These changes updates the doc to comprehensively mention the behaviour of gather.cancel() Automerge-Triggered-By: @asvetlov (cherry picked from commit d42528a) Co-authored-by: Vinay Sharma <vinay04sharma@icloud.com>
GH-21557 is a backport of this pull request to the 3.9 branch. |
GH-21558 is a backport of this pull request to the 3.8 branch. |
GH-21559 is a backport of this pull request to the 3.7 branch. |
pythonGH-15312) These changes updates the doc to comprehensively mention the behaviour of gather.cancel() Automerge-Triggered-By: @asvetlov (cherry picked from commit d42528a) Co-authored-by: Vinay Sharma <vinay04sharma@icloud.com>
pythonGH-15312) These changes updates the doc to comprehensively mention the behaviour of gather.cancel() Automerge-Triggered-By: @asvetlov (cherry picked from commit d42528a) Co-authored-by: Vinay Sharma <vinay04sharma@icloud.com>
pythonGH-15312) These changes updates the doc to comprehensively mention the behaviour of gather.cancel() Automerge-Triggered-By: @asvetlov
pythonGH-15312) These changes updates the doc to comprehensively mention the behaviour of gather.cancel() Automerge-Triggered-By: @asvetlov
pythonGH-15312) These changes updates the doc to comprehensively mention the behaviour of gather.cancel() Automerge-Triggered-By: @asvetlov
pythonGH-15312) These changes updates the doc to comprehensively mention the behaviour of gather.cancel() Automerge-Triggered-By: @asvetlov
These changes updates the doc to comprehensively mention the behaviour of gather.cancel()
https://bugs.python.org/issue37703
Automerge-Triggered-By: @asvetlov