-
-
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-97725: Fix documentation for the default file of Task.print_stack
#101652
Conversation
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.
Thanks!
I guess I have to merge it too. :-) |
Thanks @arhadthedev for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry @arhadthedev and @kumaraditya303, I had trouble checking out the |
…sk.print_stack` (python#101652) (cherry picked from commit f87f6e2)
…sk.print_stack` (python#101652) (cherry picked from commit f87f6e2)
GH-101653 is a backport of this pull request to the 3.11 branch. |
GH-101654 is a backport of this pull request to the 3.10 branch. |
Alternative to gh-97726. Addresses @gvanrossum's objection:
asyncio.Task.print_stack
doesn't usesys.stderr
by default #97725